Interface TypedList<T>

All Superinterfaces:
Collection<T>, Iterable<T>, List<T>
All Known Implementing Classes:
TypedArrayList

public interface TypedList<T> extends List<T>
Hylke Stapersma hylke.stapersma@gmail.com
  • Method Details