Package org.jruby.util.collections
Class WeakValuedMap.EntrySet
java.lang.Object
java.util.AbstractCollection<Map.Entry<Key,Value>>
org.jruby.util.collections.WeakValuedMap.EntrySet
- All Implemented Interfaces:
Iterable<Map.Entry<Key,,Value>> Collection<Map.Entry<Key,,Value>> Set<Map.Entry<Key,Value>>
- Enclosing class:
- WeakValuedMap<Key,
Value>
private class WeakValuedMap.EntrySet
extends AbstractCollection<Map.Entry<Key,Value>>
implements Set<Map.Entry<Key,Value>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Field Details
-
entries
-
-
Constructor Details
-
EntrySet
private EntrySet()
-
-
Method Details
-
getEntries
-
size
public int size() -
clear
public void clear() -
contains
-
iterator
-
add
-
remove
-