cz.cuni.jagrlib.piece
Class VEFDS.MapAttr
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<VEFDS.AttrKey,VEFDS.Attribute>
cz.cuni.jagrlib.piece.VEFDS.MapAttr
- All Implemented Interfaces:
- Serializable, Cloneable, Map<VEFDS.AttrKey,VEFDS.Attribute>
- Enclosing class:
- VEFDS
protected static class VEFDS.MapAttr
- extends HashMap<VEFDS.AttrKey,VEFDS.Attribute>
Support class - attribute map.
- Version:
- 0.26 $Rev: 920 $ $Date: 2010-05-23 17:33:47 +0200 (ne, 23 V 2010) $ $Author: pepca $
- See Also:
- Serialized Form
Field Summary |
protected static VEFDS.AttrKey |
key
Global attribute key (used for fast lookup). |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
key
protected static final VEFDS.AttrKey key
- Global attribute key (used for fast lookup).
VEFDS.MapAttr
protected VEFDS.MapAttr()
get
public final VEFDS.Attribute get(int where,
int ctx,
String ident)
- Fast attribute lookup (doesn't need to create new
VEFDS.AttrKey
instance).
getExt
public final VEFDS.Attribute getExt(int where,
int ctx,
String ident)
- Fast attribute lookup, tries shared attribute as well.
put
public final void put(VEFDS.Attribute a)
- Convenient put method.