Class ObjectLongOrderedMap.OrderedMapEntries<K>

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

public static class ObjectLongOrderedMap.OrderedMapEntries<K> extends ObjectLongMap.Entries<K>
  • Field Details

  • Constructor Details

  • Method Details

    • appendInto

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