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:
java.lang.Iterable<E>, java.util.Collection<E>

public class ShrinkableEntrySetValueCollection<E>
extends java.util.AbstractCollection<E>
implements java.util.Collection<E>


Constructor Summary
ShrinkableEntrySetValueCollection(java.util.Set<? extends java.util.Map.Entry<?,? extends E>> e)
           
 
Method Summary
 void clear()
           
 boolean isEmpty()
           
 java.util.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(java.util.Set<? extends java.util.Map.Entry<?,? extends E>> e)
Method Detail

clear

public void clear()
Specified by:
clear in interface java.util.Collection<E>
Overrides:
clear in class java.util.AbstractCollection<E>

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface java.util.Collection<E>
Overrides:
isEmpty in class java.util.AbstractCollection<E>

iterator

public java.util.Iterator<E> iterator()
Specified by:
iterator in interface java.lang.Iterable<E>
Specified by:
iterator in interface java.util.Collection<E>
Specified by:
iterator in class java.util.AbstractCollection<E>

size

public int size()
Specified by:
size in interface java.util.Collection<E>
Specified by:
size in class java.util.AbstractCollection<E>


Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.