Record Class NestedSequenceBiMap.Entry.SubMapEntry<K,V>

java.lang.Object
java.lang.Record
com.petrolpark.util.NestedSequenceBiMap.Entry.SubMapEntry<K,V>
All Implemented Interfaces:
ISequenceBiMap.IEntry<K,V,List<K>,NestedSequenceBiMap.Entry<K,V>,NestedSequenceBiMap<K,V>>, NestedSequenceBiMap.Entry<K,V>
Enclosing interface:
NestedSequenceBiMap.Entry<K,V>

public static record NestedSequenceBiMap.Entry.SubMapEntry<K,V>(NestedSequenceBiMap<K,V> subMap) extends Record implements NestedSequenceBiMap.Entry<K,V>
  • Constructor Details

    • SubMapEntry

      public SubMapEntry(NestedSequenceBiMap<K,V> subMap)
      Creates an instance of a SubMapEntry record class.
      Parameters:
      subMap - the value for the subMap record component
  • Method Details