Class ObjectObjectMap.Entries<K,V>
- All Implemented Interfaces:
EnhancedCollection<Map.Entry<K,V>>, Iterable<Map.Entry<K, V>>, Collection<Map.Entry<K, V>>, Set<Map.Entry<K, V>>
- Direct Known Subclasses:
ObjectObjectOrderedMap.OrderedMapEntries
- Enclosing class:
ObjectObjectMap<K,V>
public static class ObjectObjectMap.Entries<K,V>
extends AbstractSet<Map.Entry<K,V>>
implements EnhancedCollection<Map.Entry<K,V>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappendInto(Collection<Map.Entry<K, V>> coll) Append the remaining items that this can iterate through into the given Collection.appendInto(Map<K, V> map) Append the remaining items that this can iterate through into the given Map.booleaninthashCode()iterator()Returns an iterator over the elements contained in this collection.intsize()toList()Returns a newObjectListcontaining the remaining items.toString()Methods inherited from class AbstractSet
equals, removeAllMethods inherited from class AbstractCollection
add, addAll, clear, containsAll, isEmpty, remove, retainAll, toArray, toArrayMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface EnhancedCollection
add, add, add, addAll, addAll, addAll, addAllIterable, addLegible, addLegible, addVarargs, appendTo, appendTo, containsAll, containsAll, containsAll, containsAllIterable, containsAny, containsAny, containsAny, containsAnyIterable, first, removeAll, removeAll, removeAll, removeAllIterable, removeEach, removeEach, removeEach, removeEachIterable, toString, toString, toString
-
Field Details
-
map
-
-
Constructor Details
-
Entries
-
-
Method Details
-
contains
-
iterator
Returns an iterator over the elements contained in this collection. -
size
-
hashCode
-
toString
-
toList
Returns a newObjectListcontaining the remaining items. Does not change the position of this iterator. -
appendInto
Append the remaining items that this can iterate through into the given Collection. Does not change the position of this iterator.- Parameters:
coll- any modifiable Collection; may have items appended into it- Returns:
- the given collection
-
appendInto
-