A C E F G H I K N P R S T V

A

add(String) - Method in class net.sf.triemap.TrieMap
Adds the phrase to the TrieMap
If the phrase has been added before and multivalue is disabled it will return false.
add(String, Value) - Method in class net.sf.triemap.TrieMap
Adds the phrase to the TrieMap and assigns the given object to it.
asProperties() - Method in class net.sf.triemap.TrieMap
As properties.
asProperties(Properties) - Method in class net.sf.triemap.TrieMap
As properties.

C

clear() - Method in class net.sf.triemap.TrieMap
 
clear() - Method in class net.sf.triemap.TrieMap.TrieMapBackedProperties
 
clone() - Method in class net.sf.triemap.TrieMap
 
clone() - Method in class net.sf.triemap.TrieMap.TrieMapBackedProperties
 
contains(Object) - Method in class net.sf.triemap.TrieMap.TrieMapBackedProperties
 
containsKey(Object) - Method in class net.sf.triemap.TrieMap
 
containsKey(Object) - Method in class net.sf.triemap.TrieMap.TrieMapBackedProperties
 
containsPrefix(String) - Method in class net.sf.triemap.TrieMap
Checks if a node would match the prefix.
containsValue(Object) - Method in class net.sf.triemap.TrieMap
 
containsValue(Object) - Method in class net.sf.triemap.TrieMap.TrieMapBackedProperties
 

E

elements() - Method in class net.sf.triemap.TrieMap.TrieMapBackedProperties
 
entrySet() - Method in class net.sf.triemap.TrieMap
 
entrySet() - Method in class net.sf.triemap.TrieMap.TrieMapBackedProperties
 
equals(Object) - Method in class net.sf.triemap.TrieMap
 
equals(Object) - Method in class net.sf.triemap.TrieMap.TrieMapBackedProperties
 

F

forceAdd(String, Value) - Method in class net.sf.triemap.TrieMap
Forces to add the phrase and assigns the given object to it even if an existing object has been set before.

G

get(Object) - Method in class net.sf.triemap.TrieMap
 
get(Object) - Method in class net.sf.triemap.TrieMap.TrieMapBackedProperties
 
getBestMatchingPath(String) - Method in class net.sf.triemap.TrieMap
Finds the path that is best matching the given prefix.
getCompletitions(String) - Method in class net.sf.triemap.TrieMap
Returns the Strings stored below the given prefix.
getkeySet() - Method in class net.sf.triemap.TrieMap
Gets the key set.
getObjectValues(String) - Method in class net.sf.triemap.TrieMap
Gets the object values.
getPathForValue(Object) - Method in class net.sf.triemap.TrieMap
Gets the path for the given value.
getProperty(String) - Method in class net.sf.triemap.TrieMap.TrieMapBackedProperties
 
getSubMap(String) - Method in class net.sf.triemap.TrieMap
Gets a Map of Objects with it's keys that are below the given prefix.
getSubValues(String) - Method in class net.sf.triemap.TrieMap
Returns the stored object below the given prefix.
getValueForBestMatchingKey(String) - Method in class net.sf.triemap.TrieMap
Gets the last found object of the best matching path for the given prefix
Will return null if the given prefix is empty.
getValuesOnPath(String) - Method in class net.sf.triemap.TrieMap
Gets the objects that lie on the given path.

H

hashCode() - Method in class net.sf.triemap.TrieMap
 
hashCode() - Method in class net.sf.triemap.TrieMap.TrieMapBackedProperties
 

I

internalEntrySet() - Method in class net.sf.triemap.TrieMap
Internal entry set.
isEmpty() - Method in class net.sf.triemap.TrieMap
 
isEmpty() - Method in class net.sf.triemap.TrieMap.TrieMapBackedProperties
 

K

keys() - Method in class net.sf.triemap.TrieMap.TrieMapBackedProperties
 
keySet() - Method in class net.sf.triemap.TrieMap
 
keySet() - Method in class net.sf.triemap.TrieMap.TrieMapBackedProperties
 

N

net.sf.triemap - package net.sf.triemap
 

P

put(String, Value) - Method in class net.sf.triemap.TrieMap
 
put(Object, Object) - Method in class net.sf.triemap.TrieMap.TrieMapBackedProperties
 
putAll(Map<? extends String, ? extends Value>) - Method in class net.sf.triemap.TrieMap
 
putAll(Map<? extends Object, ? extends Object>) - Method in class net.sf.triemap.TrieMap.TrieMapBackedProperties
 

R

remove(Object) - Method in class net.sf.triemap.TrieMap
 
remove(Object) - Method in class net.sf.triemap.TrieMap.TrieMapBackedProperties
 

S

setProperty(String, String) - Method in class net.sf.triemap.TrieMap.TrieMapBackedProperties
 
size() - Method in class net.sf.triemap.TrieMap
 
size() - Method in class net.sf.triemap.TrieMap.TrieMapBackedProperties
 

T

toString() - Method in class net.sf.triemap.TrieMap
 
toString() - Method in class net.sf.triemap.TrieMap.TrieMapBackedProperties
 
TrieMap<Value> - Class in net.sf.triemap
The TrieMap stores a list of strings in a tree based way.
TrieMap() - Constructor for class net.sf.triemap.TrieMap
Instantiates a new trie map.
TrieMap(Map<String, Value>) - Constructor for class net.sf.triemap.TrieMap
Instantiates a new trie map.
TrieMap.TrieMapBackedProperties - Class in net.sf.triemap
java.util.Properties extension backed by this given TrieMap.

V

values() - Method in class net.sf.triemap.TrieMap.TrieMapBackedProperties
 
values() - Method in class net.sf.triemap.TrieMap
 

A C E F G H I K N P R S T V

Copyright © 2010-2011. All Rights Reserved.