org.apache.commons.functor.example.map
Class LazyMap

java.lang.Object
  extended by org.apache.commons.functor.example.map.FunctoredMap
      extended by org.apache.commons.functor.example.map.LazyMap
All Implemented Interfaces:
Map

public class LazyMap
extends FunctoredMap

Version:
$Revision: 666157 $ $Date: 2008-06-10 17:34:23 +0200 (Tue, 10 Jun 2008) $
Author:
Rodney Waldhoff

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.commons.functor.example.map.FunctoredMap
FunctoredMap.ContainsKey, FunctoredMap.Throw
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class org.apache.commons.functor.example.map.FunctoredMap
DEFAULT_ON_CLEAR, DEFAULT_ON_GET, DEFAULT_ON_PUT, DEFAULT_ON_PUT_ALL, DEFAULT_ON_REMOVE
 
Constructor Summary
LazyMap(Map map, UnaryFunction factory)
           
 
Method Summary
 
Methods inherited from class org.apache.commons.functor.example.map.FunctoredMap
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, setOnClear, setOnGet, setOnPut, setOnPutAll, setOnRemove, size, toString, values
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LazyMap

public LazyMap(Map map,
               UnaryFunction factory)


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.