com.epam.fix.validation.engine.utils.cache
Class BlockCache
java.lang.Object
com.epam.fix.validation.engine.utils.cache.AbstractCache
com.epam.fix.validation.engine.utils.cache.BlockCache
- All Implemented Interfaces:
- ICache<Integer,Field>, Cloneable
public class BlockCache
- extends AbstractCache
- Author:
- Serhiy_Zahriychuk
BlockCache
public BlockCache(Block block,
int groupId)
getCache
public Map<Integer,Field> getCache()
getBlock
public Block getBlock()
putAllCache
public void putAllCache(Map<Integer,Field> mapCashe)
getGroupId
public int getGroupId()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.