Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clear()
Removes all elements from this collection..-
Methods inherited from interface net.infonode.util.collection.ConstCollection
isEmpty
-
-