How to specify comparator for following map of map\[code\]ConcurrentSkipListMap<byte[], ConcurrentSkipListMap<byte[], ConcurrentSkipListMap<byte[], Object>>> myIndex;\[/code\]Will the following declaration correct\[code\]myIndex = new ConcurrentSkipListMap<byte[], ConcurrentSkipListMap<byte[], ConcurrentSkipListMap<byte[], Object>>>(new MyCustomComparator)\[/code\]Will this comparator be applicable to inner ConcurrentSkipListMap