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