org.equanda.t5gui.services
Class EquandaSetterCacheImpl

java.lang.Object
  extended by org.equanda.t5gui.services.EquandaSetterCacheImpl
All Implemented Interfaces:
EquandaSetterCache

public class EquandaSetterCacheImpl
extends Object
implements EquandaSetterCache

Setter cache to be able to retrieve setters inside a loop

Author:
Vladimir Tkachenko

Constructor Summary
EquandaSetterCacheImpl()
           
 
Method Summary
 void clear()
           
 Object get(String key)
           
 void put(String key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EquandaSetterCacheImpl

public EquandaSetterCacheImpl()
Method Detail

clear

public void clear()
Specified by:
clear in interface EquandaSetterCache

get

public Object get(String key)
Specified by:
get in interface EquandaSetterCache

put

public void put(String key,
                Object value)
Specified by:
put in interface EquandaSetterCache


Copyright © 2007-2009. All Rights Reserved.