Interface NestedSequenceBiMap.Entry<K,V>

All Superinterfaces:
ISequenceBiMap.IEntry<K,V,List<K>,NestedSequenceBiMap.Entry<K,V>,NestedSequenceBiMap<K,V>>
All Known Implementing Classes:
NestedSequenceBiMap.Entry.SubMapEntry, NestedSequenceBiMap.Entry.ValueEntry
Enclosing class:
NestedSequenceBiMap<K,V>

public static sealed interface NestedSequenceBiMap.Entry<K,V> extends ISequenceBiMap.IEntry<K,V,List<K>,NestedSequenceBiMap.Entry<K,V>,NestedSequenceBiMap<K,V>> permits NestedSequenceBiMap.Entry.ValueEntry<K,V>, NestedSequenceBiMap.Entry.SubMapEntry<K,V>