Class ObjectIntOrderedMap.OrderedMapEntries<K>

All Implemented Interfaces:
EnhancedCollection<ObjectIntMap.Entry<K>>, Iterable<ObjectIntMap.Entry<K>>, Collection<ObjectIntMap.Entry<K>>, Set<ObjectIntMap.Entry<K>>
Enclosing class:
ObjectIntOrderedMap<K>

public static class ObjectIntOrderedMap.OrderedMapEntries<K> extends ObjectIntMap.Entries<K>
  • Field Details

  • Constructor Details

  • Method Details

    • appendInto

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