com.mysema.query.util
Class FactoryMap<V>
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FactoryMap
public FactoryMap()
get
public final V get(Object... args)
clear
public void clear()
Copyright © 2007-2009 Mysema Ltd. All Rights Reserved.