Class EnumIntOrderedMap.OrderedMapEntries

All Implemented Interfaces:
EnhancedCollection<EnumIntMap.Entry>, Iterable<EnumIntMap.Entry>, Collection<EnumIntMap.Entry>, Set<EnumIntMap.Entry>
Enclosing class:
EnumIntOrderedMap

public static class EnumIntOrderedMap.OrderedMapEntries extends EnumIntMap.Entries
  • Field Details

  • Constructor Details

  • Method Details

    • appendInto

      public ObjectIntMap<Enum<?>> appendInto(ObjectIntMap<Enum<?>> map)
      Append the remaining items that this can iterate through into the given ObjectIntMap. Does not change the position of this iterator. The ObjectIntMap must have Enum keys.
      Overrides:
      appendInto in class EnumIntMap.Entries
      Parameters:
      map - a modifiable ObjectIntMap; may have items appended into it
      Returns:
      the given ObjectIntMap
    • appendInto

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