org.eclipse.osgi.internal.serviceregistry
Class ShrinkableEntrySetValueCollection<E>
java.lang.Object
java.util.AbstractCollection<E>
org.eclipse.osgi.internal.serviceregistry.ShrinkableEntrySetValueCollection<E>
- All Implemented Interfaces:
- Iterable<E>, Collection<E>
public class ShrinkableEntrySetValueCollection<E>
- extends AbstractCollection<E>
- implements Collection<E>
| Methods inherited from interface java.util.Collection |
add, addAll, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toArray, toArray |
ShrinkableEntrySetValueCollection
public ShrinkableEntrySetValueCollection(Set<? extends Map.Entry<?,? extends E>> e)
clear
public void clear()
- Specified by:
clear in interface Collection<E>- Overrides:
clear in class AbstractCollection<E>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Collection<E>- Overrides:
isEmpty in class AbstractCollection<E>
iterator
public Iterator<E> iterator()
- Specified by:
iterator in interface Iterable<E>- Specified by:
iterator in interface Collection<E>- Specified by:
iterator in class AbstractCollection<E>
size
public int size()
- Specified by:
size in interface Collection<E>- Specified by:
size in class AbstractCollection<E>
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.