A B C D E F G H I J K L M N O P R S T U V W

F

fetch(long) - Method in interface org.rutil.collection.trie.DataSourceCallback
Fetch the value associated with the given key.
fetch(long) - Method in class org.rutil.collection.trie.FileDataSourceCallback
 
FileBackedArrayList<T extends java.io.Serializable> - Class in org.rutil.collection
An array list backed by a file store where the indexes are stored in memory and the actual values are stored in a file.
FileBackedArrayList(SerializableObjectsFile<T>) - Constructor for class org.rutil.collection.FileBackedArrayList
 
FileDataSourceCallback<VALUE_TYPE extends java.io.Serializable> - Class in org.rutil.collection.trie
 
FileDataSourceCallback(SerializableObjectsFile<VALUE_TYPE>) - Constructor for class org.rutil.collection.trie.FileDataSourceCallback
 
find(List, Object) - Method in class org.rutil.collection.map.AbstractIndexedMapIndexer
 
find(String) - Method in class org.rutil.collection.trie.DataSourceBackedTrie
 
find(String, TrieMatcher) - Method in class org.rutil.collection.trie.DataSourceBackedTrie
 
find(String) - Method in class org.rutil.collection.trie.InMemoryTrie
 
find(String, TrieMatcher) - Method in class org.rutil.collection.trie.InMemoryTrie
 
find(Trie<VALUE_TYPE>, String) - Method in class org.rutil.collection.trie.matcher.ExactMatcher
 
find(TrieNode<VALUE_TYPE>, String, int) - Method in class org.rutil.collection.trie.matcher.ExactMatcher
 
find(Trie<VALUE_TYPE>, String) - Method in class org.rutil.collection.trie.matcher.StartsWithMatcher
 
find(TrieNode<VALUE_TYPE>, String, int) - Method in class org.rutil.collection.trie.matcher.StartsWithMatcher
 
find(Trie<VALUE_TYPE>, String) - Method in class org.rutil.collection.trie.matcher.SubStringMatcher
 
find(TrieNode<VALUE_TYPE>, String, int) - Method in class org.rutil.collection.trie.matcher.SubStringMatcher
 
find(Trie<VALUE_TYPE>, String) - Method in class org.rutil.collection.trie.matcher.TokenMatcher
 
find(Trie<VALUE_TYPE>, String) - Method in interface org.rutil.collection.trie.matcher.TrieMatcher
 
find(String) - Method in interface org.rutil.collection.trie.Trie
 
find(String, TrieMatcher) - Method in interface org.rutil.collection.trie.Trie
 
findNode(char) - Method in class org.rutil.collection.trie.DataSourceBackedTrie
 
findNode(char) - Method in class org.rutil.collection.trie.InMemoryTrie
 
findNode(char) - Method in interface org.rutil.collection.trie.Trie
 
findNode(char) - Method in class org.rutil.collection.trie.TrieNode
 

A B C D E F G H I J K L M N O P R S T U V W