ahc.collection
Interface Collection

All Superinterfaces:
java.util.Collection
All Known Subinterfaces:
List, MultiSet, Set
All Known Implementing Classes:
GenericCollection, GenericMap.UnmodifyableSet, GenericMultiSet

public interface Collection
extends java.util.Collection

This is the superinterface of all collections.

Author:
Arno Haase

Method Summary
 Iterator before()
           
 Iterator begin()
           
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

before

public Iterator before()

begin

public Iterator begin()