|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtendedList | |
---|---|
ch.elca.el4j.util.collections | |
ch.elca.el4j.util.collections.impl |
Uses of ExtendedList in ch.elca.el4j.util.collections |
---|
Subinterfaces of ExtendedList in ch.elca.el4j.util.collections | |
---|---|
interface |
ExtendedReorderableList<T>
An extended interface, random access list permitting element reordering, but not neccessarily inserting/removing elements. |
interface |
ExtendedWritableList<T>
An enriched version of List . |
interface |
FilteredList<T>
A view on a backing List showing only the elements accepted by a filter. |
interface |
TransformedList<I,O>
A view for a list where every element appears transformed. |
Uses of ExtendedList in ch.elca.el4j.util.collections.impl |
---|
Classes in ch.elca.el4j.util.collections.impl that implement ExtendedList | |
---|---|
class |
DefaultFilteredList<T>
Default Implementation for FilteredList. |
class |
DefaultTransformedList<I,O>
Default implementation of TransformedList . |
class |
ExtendedArrayList<T>
A default implementation of the ExtendedWritableList interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |