Uses of Interface
org.apache.commons.collections.Factory

Packages that use Factory
org.apache.commons.collections Java Collections Framework extensions. 
 

Uses of Factory in org.apache.commons.collections
 

Methods in org.apache.commons.collections with parameters of type Factory
static java.util.Map MapUtils.lazyMap(java.util.Map map, Factory factory)
          Returns a "lazy" map whose values will be created on demand.
static java.util.SortedMap MapUtils.lazySortedMap(java.util.SortedMap map, Factory factory)
          Returns a "lazy" sorted map whose values will be created on demand.
static java.util.List ListUtils.lazyList(java.util.List list, Factory factory)
          Returns a "lazy" list whose elements will be created on demand.
 



Copyright © 2001-2004 The Apache Software Foundation. All Rights Reserved.