com.mysema.query.util
Class FactoryMap<V>

java.lang.Object
  extended by com.mysema.query.util.FactoryMap<V>

public abstract class FactoryMap<V>
extends Object

FactoryMap is a factory which lazily creates values via the given create method

Version:
$Id: FactoryMap.java 3549 2008-06-10 17:56:47Z tiwe $
Author:
Timo Westkämper

Constructor Summary
FactoryMap()
           
 
Method Summary
 void clear()
           
 V get(Object... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryMap

public FactoryMap()
Method Detail

get

public final V get(Object... args)

clear

public void clear()


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.