Class LongLongOrderedMap.OrderedMapEntries

All Implemented Interfaces:
EnhancedCollection<LongLongMap.Entry>, Iterable<LongLongMap.Entry>, Collection<LongLongMap.Entry>, Set<LongLongMap.Entry>
Enclosing class:
LongLongOrderedMap

public static class LongLongOrderedMap.OrderedMapEntries extends LongLongMap.Entries
  • Field Details

  • Constructor Details

  • Method Details

    • appendInto

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