Uses of Interface
ch.elca.el4j.util.collections.ExtendedReorderableList

Packages that use ExtendedReorderableList
ch.elca.el4j.util.codingsupport   
ch.elca.el4j.util.collections   
ch.elca.el4j.util.collections.impl   
 

Uses of ExtendedReorderableList in ch.elca.el4j.util.codingsupport
 

Methods in ch.elca.el4j.util.codingsupport with parameters of type ExtendedReorderableList
static
<T> void
CollectionUtils.orderLike(ExtendedReorderableList<T> list, List<? extends T> example)
          See orderLike(List).
 

Uses of ExtendedReorderableList in ch.elca.el4j.util.collections
 

Subinterfaces of ExtendedReorderableList in ch.elca.el4j.util.collections
 interface ExtendedWritableList<T>
          An enriched version of List.
 interface TransformedList<I,O>
          A view for a list where every element appears transformed.
 

Uses of ExtendedReorderableList in ch.elca.el4j.util.collections.impl
 

Classes in ch.elca.el4j.util.collections.impl that implement ExtendedReorderableList
 class DefaultTransformedList<I,O>
          Default implementation of TransformedList.
 class ExtendedArrayList<T>
          A default implementation of the ExtendedWritableList interface.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.