Class IntObjectOrderedMap.OrderedMapEntries<V>

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

public static class IntObjectOrderedMap.OrderedMapEntries<V> extends IntObjectMap.Entries<V>
  • Field Details

  • Constructor Details

  • Method Details

    • appendInto

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