public class ShrinkableEntrySetValueCollection<E> extends AbstractCollection<E> implements Collection<E>
Constructor and Description |
---|
ShrinkableEntrySetValueCollection(Set<? extends Map.Entry<?,? extends E>> e) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
isEmpty() |
Iterator<E> |
iterator() |
int |
size() |
add, addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
public void clear()
clear
in interface Collection<E>
clear
in class AbstractCollection<E>
public boolean isEmpty()
isEmpty
in interface Collection<E>
isEmpty
in class AbstractCollection<E>
public Iterator<E> iterator()
iterator
in interface Iterable<E>
iterator
in interface Collection<E>
iterator
in class AbstractCollection<E>
public int size()
size
in interface Collection<E>
size
in class AbstractCollection<E>
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.