Package com.google.gson.internal
Class LinkedTreeMap.EntrySet
- All Implemented Interfaces:
Iterable<Map.Entry<K,
,V>> Collection<Map.Entry<K,
,V>> Set<Map.Entry<K,
V>>
- Enclosing class:
- LinkedTreeMap<K,
V>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
-
Constructor Details
-
EntrySet
EntrySet()
-
-
Method Details
-
size
public int size() -
iterator
-
contains
-
remove
-
clear
public void clear()
-