org.eclipse.osgi.internal.serviceregistry
Class ShrinkableEntrySetValueCollection<E>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by org.eclipse.osgi.internal.serviceregistry.ShrinkableEntrySetValueCollection<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>

public class ShrinkableEntrySetValueCollection<E>
extends AbstractCollection<E>
implements Collection<E>


Constructor Summary
ShrinkableEntrySetValueCollection(Set<? extends Map.Entry<?,? extends E>> e)
           
 
Method Summary
 void clear()
           
 boolean isEmpty()
           
 Iterator<E> iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractCollection
add, addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
add, addAll, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toArray, toArray
 

Constructor Detail

ShrinkableEntrySetValueCollection

public ShrinkableEntrySetValueCollection(Set<? extends Map.Entry<?,? extends E>> e)
Method Detail

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.