net.infonode.util.collection
Interface Collection

All Superinterfaces:
ConstCollection
All Known Subinterfaces:
ChangeNotifyMap, Map
All Known Implementing Classes:
AbstractChangeNotifyMap, ChangeNotifyMapWrapper, MapAdapter

public interface Collection
extends ConstCollection


Method Summary
 void clear()
          Removes all elements from this collection..
 
Methods inherited from interface net.infonode.util.collection.ConstCollection
isEmpty
 

Method Detail

clear

void clear()
Removes all elements from this collection..