Interface Collection

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

public interface Collection extends ConstCollection
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Removes all elements from this collection..

    Methods inherited from interface net.infonode.util.collection.ConstCollection

    isEmpty
  • Method Details

    • clear

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