net.sf.extjwnl.data
Class LexFileNameLexFileIdMap
java.lang.Object
net.sf.extjwnl.data.LexFileNameLexFileIdMap
- All Implemented Interfaces:
- Map<String,Long>
public class LexFileNameLexFileIdMap
- extends Object
- implements Map<String,Long>
Maps the lexicographer files names to identifiers. See LEXNAMES(5WN).
- Author:
- Aliaksandr Autayeu
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
LexFileNameLexFileIdMap
public LexFileNameLexFileIdMap()
getMap
public static Map<String,Long> getMap()
size
public int size()
- Specified by:
size
in interface Map<String,Long>
equals
public boolean equals(Object o)
- Specified by:
equals
in interface Map<String,Long>
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Specified by:
hashCode
in interface Map<String,Long>
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Map<String,Long>
get
public Long get(Object key)
- Specified by:
get
in interface Map<String,Long>
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey
in interface Map<String,Long>
put
public Long put(String key,
Long value)
- Specified by:
put
in interface Map<String,Long>
putAll
public void putAll(Map<? extends String,? extends Long> m)
- Specified by:
putAll
in interface Map<String,Long>
remove
public Long remove(Object key)
- Specified by:
remove
in interface Map<String,Long>
clear
public void clear()
- Specified by:
clear
in interface Map<String,Long>
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValue
in interface Map<String,Long>
keySet
public Set<String> keySet()
- Specified by:
keySet
in interface Map<String,Long>
values
public Collection<Long> values()
- Specified by:
values
in interface Map<String,Long>
entrySet
public Set<Map.Entry<String,Long>> entrySet()
- Specified by:
entrySet
in interface Map<String,Long>
Copyright © 2011. All Rights Reserved.