map の次の map のコンパレータの指定方法
ConcurrentSkipListMap<byte[], ConcurrentSkipListMap<byte[], ConcurrentSkipListMap<byte[], Object>>> myIndex;
次の宣言は正しいでしょうか
myIndex = new ConcurrentSkipListMap<byte[], ConcurrentSkipListMap<byte[], ConcurrentSkipListMap<byte[], Object>>>(new MyCustomComparator)
このコンパレータは内部の ConcurrentSkipListMap に適用されますか