Class LongObjectOrderedMap.OrderedMapEntries<V>

All Implemented Interfaces:
EnhancedCollection<LongObjectMap.Entry<V>>, Iterable<LongObjectMap.Entry<V>>, Collection<LongObjectMap.Entry<V>>, Set<LongObjectMap.Entry<V>>
Enclosing class:
LongObjectOrderedMap<V>

public static class LongObjectOrderedMap.OrderedMapEntries<V> extends LongObjectMap.Entries<V>
  • Field Details

  • Constructor Details

  • Method Details

    • appendInto

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