Class LongIntOrderedMap.OrderedMapEntries

All Implemented Interfaces:
EnhancedCollection<LongIntMap.Entry>, Iterable<LongIntMap.Entry>, Collection<LongIntMap.Entry>, Set<LongIntMap.Entry>
Enclosing class:
LongIntOrderedMap

public static class LongIntOrderedMap.OrderedMapEntries extends LongIntMap.Entries
  • Field Details

  • Constructor Details

  • Method Details

    • appendInto

      public LongIntMap appendInto(LongIntMap map)
      Description copied from class: LongIntMap.Entries
      Append the remaining items that this can iterate through into the given LongIntMap. Does not change the position of this iterator.
      Overrides:
      appendInto in class LongIntMap.Entries
      Parameters:
      map - a modifiable LongIntMap; may have items appended into it
      Returns:
      the given map