net.sf.extjwnl.data
Class LexFileIdFileNameMap

java.lang.Object
  extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
LexFileIdFileNameMap()
           
 
Method Summary
 void clear()
           
 boolean containsKey(Object key)
           
 boolean containsValue(Object value)
           
 Set<Map.Entry<Long,String>> entrySet()
           
 boolean equals(Object o)
           
 String get(Object key)
           
static Map<Long,String> getMap()
           
 int hashCode()
           
 boolean isEmpty()
           
 Set<Long> keySet()
           
 String put(Long key, String value)
           
 void putAll(Map<? extends Long,? extends String> m)
           
 String remove(Object key)
           
 int size()
           
 String toString()
           
 Collection<String> values()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LexFileIdFileNameMap

public LexFileIdFileNameMap()
Method Detail

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.