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

A

AbstractLong2DoubleMap - Class in be.bagofwords.cache.fastutil
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractLong2DoubleMap() - Constructor for class be.bagofwords.cache.fastutil.AbstractLong2DoubleMap
 
AbstractLong2DoubleMap.BasicEntry - Class in be.bagofwords.cache.fastutil
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractLong2FloatMap - Class in be.bagofwords.cache.fastutil
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractLong2FloatMap() - Constructor for class be.bagofwords.cache.fastutil.AbstractLong2FloatMap
 
AbstractLong2FloatMap.BasicEntry - Class in be.bagofwords.cache.fastutil
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractLong2IntMap - Class in be.bagofwords.cache.fastutil
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractLong2IntMap() - Constructor for class be.bagofwords.cache.fastutil.AbstractLong2IntMap
 
AbstractLong2IntMap.BasicEntry - Class in be.bagofwords.cache.fastutil
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractLong2LongMap - Class in be.bagofwords.cache.fastutil
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractLong2LongMap() - Constructor for class be.bagofwords.cache.fastutil.AbstractLong2LongMap
 
AbstractLong2LongMap.BasicEntry - Class in be.bagofwords.cache.fastutil
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
AbstractLong2ObjectMap<V> - Class in be.bagofwords.cache.fastutil
An abstract class providing basic methods for maps implementing a type-specific interface.
AbstractLong2ObjectMap() - Constructor for class be.bagofwords.cache.fastutil.AbstractLong2ObjectMap
 
AbstractLong2ObjectMap.BasicEntry<V> - Class in be.bagofwords.cache.fastutil
This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
accept(T) - Method in interface be.bagofwords.util.Filter
 
acceptsMoreData() - Method in class be.bagofwords.counts.BinComputer
 
addAll(Counter<T>) - Method in class be.bagofwords.counts.Counter
 
addAll(List<Pair<T, Long>>) - Method in class be.bagofwords.counts.Counter
 
addAll(DoubleCounter<T>) - Method in class be.bagofwords.counts.DoubleCounter
 
addCount(double) - Method in class be.bagofwords.counts.BinComputer
 
addCount() - Method in class be.bagofwords.counts.WindowOfCounts
 
addCount(long) - Method in class be.bagofwords.counts.WindowOfCounts
 
addHash - Static variable in class be.bagofwords.util.HashUtils
 
addLibraryPath(String) - Static method in class be.bagofwords.util.Utils
 
addValue(int, float) - Method in class be.bagofwords.counts.SparseVector
 
addValues(SparseVector) - Method in class be.bagofwords.counts.SparseVector
 
allowAccessToDomain(String, long) - Method in class be.bagofwords.http.HttpRequestPacer
 
allowAccessToInternet() - Method in class be.bagofwords.http.HttpRequestPacer
 
append(long, String) - Static method in class be.bagofwords.util.HashUtils
 
append(long, BowString) - Static method in class be.bagofwords.util.HashUtils
 
ApplicationContextFactory - Interface in be.bagofwords.application
Created by Koen Deschacht (koendeschacht@gmail.com) on 9/4/14.
ApplicationLifeCycle - Class in be.bagofwords.application
 
ApplicationLifeCycle() - Constructor for class be.bagofwords.application.ApplicationLifeCycle
 
ApplicationManager - Class in be.bagofwords.application
 
ApplicationManager() - Constructor for class be.bagofwords.application.ApplicationManager
 
applicationWasTerminated() - Method in class be.bagofwords.application.ApplicationLifeCycle
 
apprSize() - Method in interface be.bagofwords.iterator.DataIterable
 
average(List<Double>) - Static method in class be.bagofwords.util.NumUtils
 

B

BaseApplicationContextFactory - Class in be.bagofwords.application
 
BaseApplicationContextFactory(MainClass) - Constructor for class be.bagofwords.application.BaseApplicationContextFactory
 
BaseApplicationContextFactory() - Constructor for class be.bagofwords.application.BaseApplicationContextFactory
 
BaseController - Class in be.bagofwords.web
 
BaseController(String) - Constructor for class be.bagofwords.web.BaseController
 
BaseController(String, boolean) - Constructor for class be.bagofwords.web.BaseController
 
BaseServer - Class in be.bagofwords.application
 
BaseServer(String, int) - Constructor for class be.bagofwords.application.BaseServer
 
BaseServer.SocketRequestHandler - Class in be.bagofwords.application
 
BasicEntry(Long, Double) - Constructor for class be.bagofwords.cache.fastutil.AbstractLong2DoubleMap.BasicEntry
 
BasicEntry(long, double) - Constructor for class be.bagofwords.cache.fastutil.AbstractLong2DoubleMap.BasicEntry
 
BasicEntry(Long, Float) - Constructor for class be.bagofwords.cache.fastutil.AbstractLong2FloatMap.BasicEntry
 
BasicEntry(long, float) - Constructor for class be.bagofwords.cache.fastutil.AbstractLong2FloatMap.BasicEntry
 
BasicEntry(Long, Integer) - Constructor for class be.bagofwords.cache.fastutil.AbstractLong2IntMap.BasicEntry
 
BasicEntry(long, int) - Constructor for class be.bagofwords.cache.fastutil.AbstractLong2IntMap.BasicEntry
 
BasicEntry(Long, Long) - Constructor for class be.bagofwords.cache.fastutil.AbstractLong2LongMap.BasicEntry
 
BasicEntry(long, long) - Constructor for class be.bagofwords.cache.fastutil.AbstractLong2LongMap.BasicEntry
 
BasicEntry(Long, V) - Constructor for class be.bagofwords.cache.fastutil.AbstractLong2ObjectMap.BasicEntry
 
BasicEntry(long, V) - Constructor for class be.bagofwords.cache.fastutil.AbstractLong2ObjectMap.BasicEntry
 
be.bagofwords - package be.bagofwords
 
be.bagofwords.application - package be.bagofwords.application
 
be.bagofwords.application.annotations - package be.bagofwords.application.annotations
 
be.bagofwords.application.file - package be.bagofwords.application.file
 
be.bagofwords.application.memory - package be.bagofwords.application.memory
 
be.bagofwords.application.status - package be.bagofwords.application.status
 
be.bagofwords.application.status.perf - package be.bagofwords.application.status.perf
 
be.bagofwords.cache - package be.bagofwords.cache
 
be.bagofwords.cache.fastutil - package be.bagofwords.cache.fastutil
 
be.bagofwords.counts - package be.bagofwords.counts
 
be.bagofwords.http - package be.bagofwords.http
 
be.bagofwords.iterator - package be.bagofwords.iterator
 
be.bagofwords.jobs - package be.bagofwords.jobs
 
be.bagofwords.text - package be.bagofwords.text
 
be.bagofwords.ui - package be.bagofwords.ui
 
be.bagofwords.util - package be.bagofwords.util
 
be.bagofwords.web - package be.bagofwords.web
 
bean(Class) - Method in class be.bagofwords.application.BaseApplicationContextFactory
 
BinComputer - Class in be.bagofwords.counts
 
BinComputer(int) - Constructor for class be.bagofwords.counts.BinComputer
 
BowComponent - Annotation Type in be.bagofwords.application.annotations
 
BowController - Annotation Type in be.bagofwords.application.annotations
 
BowObject - Annotation Type in be.bagofwords.application.annotations
 
BowString - Interface in be.bagofwords.text
String that exposes the underlying text from where the string originated
BowStringImpl - Class in be.bagofwords.text
 
BowStringImpl(String) - Constructor for class be.bagofwords.text.BowStringImpl
 
BowStringImpl(String, int, int) - Constructor for class be.bagofwords.text.BowStringImpl
 
BowStringImpl(Text, int, int) - Constructor for class be.bagofwords.text.BowStringImpl
 
BowTaskScheduler - Class in be.bagofwords.application
Created by Koen Deschacht (koendeschacht@gmail.com) on 14/11/14.
BowTaskScheduler() - Constructor for class be.bagofwords.application.BowTaskScheduler
 
ByteArraySerializable - Interface in be.bagofwords.util
Created by Koen Deschacht (koendeschacht@gmail.com) on 26/10/14.
bytesToInt(byte[]) - Static method in class be.bagofwords.util.SerializationUtils
 
bytesToInt(byte[], int) - Static method in class be.bagofwords.util.SerializationUtils
 
bytesToLong(byte[]) - Static method in class be.bagofwords.util.SerializationUtils
 
bytesToLong(byte[], int) - Static method in class be.bagofwords.util.SerializationUtils
 
bytesToObject(byte[], Class<T>) - Static method in class be.bagofwords.util.SerializationUtils
 
bytesToObjectCheckForNull(byte[], Class<T>) - Static method in class be.bagofwords.util.SerializationUtils
 
bytesToObjectCheckForNull(byte[], int, int, Class<T>) - Static method in class be.bagofwords.util.SerializationUtils
 
bytesToString(byte[]) - Static method in class be.bagofwords.util.SerializationUtils
 
bytesToString(byte[], int, int) - Static method in class be.bagofwords.util.SerializationUtils
 

C

CachesManager - Class in be.bagofwords.cache
 
CachesManager(MemoryManager, BowTaskScheduler) - Constructor for class be.bagofwords.cache.CachesManager
 
charAt(int) - Method in class be.bagofwords.text.BowStringImpl
 
charAt(int) - Method in interface be.bagofwords.text.Text
 
classLoader(ClassLoader) - Method in class be.bagofwords.application.BaseApplicationContextFactory
 
cleanForPrint(String) - Static method in class be.bagofwords.util.StringUtils
 
clear() - Method in class be.bagofwords.cache.DynamicMap
 
clear() - Method in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
 
clear() - Method in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
 
clear() - Method in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
 
clear() - Method in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
 
clear() - Method in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
 
clear() - Method in interface be.bagofwords.cache.fastutil.LongMap
 
clear() - Method in class be.bagofwords.cache.ReadCache
 
clear() - Method in class be.bagofwords.counts.Counter
 
clearCounts() - Method in class be.bagofwords.counts.WindowOfCounts
 
clearSamples() - Method in class be.bagofwords.application.status.perf.ThreadSampleMonitor
 
clone() - Method in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
Returns a deep copy of this map.
clone() - Method in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
Returns a deep copy of this map.
clone() - Method in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
Returns a deep copy of this map.
clone() - Method in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
Returns a deep copy of this map.
clone() - Method in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
Returns a deep copy of this map.
clone() - Method in class be.bagofwords.counts.Counter
 
clone() - Method in class be.bagofwords.text.BowStringImpl
 
clone() - Method in class be.bagofwords.util.Pair
 
close() - Method in class be.bagofwords.iterator.CloseableIterator
 
close() - Method in class be.bagofwords.iterator.SimpleIterator
 
close() - Method in class be.bagofwords.util.WrappedSocketConnection
 
CloseableComponent - Interface in be.bagofwords.application
 
CloseableIterator<T> - Class in be.bagofwords.iterator
 
CloseableIterator() - Constructor for class be.bagofwords.iterator.CloseableIterator
 
closeInt() - Method in class be.bagofwords.iterator.CloseableIterator
 
closeInt() - Method in class be.bagofwords.iterator.InterleavedIteratorOfIterators
 
closeInt() - Method in class be.bagofwords.iterator.SequentialIteratorOfIterators
 
closeOpenFiles(double) - Method in interface be.bagofwords.application.file.FilesCollection
 
compact() - Method in interface be.bagofwords.util.Compactable
 
Compactable - Interface in be.bagofwords.util
 
compareTo(BowStringImpl) - Method in class be.bagofwords.text.BowStringImpl
 
compareTo(Match) - Method in class be.bagofwords.text.Match
 
compareTo(KeyValue<T>) - Method in class be.bagofwords.util.KeyValue
 
compareTo(Object) - Method in class be.bagofwords.util.Pair
 
completeSize() - Method in class be.bagofwords.cache.ReadCache
 
compressedBytesToObject(byte[], Class<T>) - Static method in class be.bagofwords.util.SerializationUtils
 
connection - Variable in class be.bagofwords.application.BaseServer.SocketRequestHandler
 
ConsoleInputFileOutput - Class in be.bagofwords.ui
 
ConsoleInputFileOutput(String) - Constructor for class be.bagofwords.ui.ConsoleInputFileOutput
 
ConsoleInputOutput - Class in be.bagofwords.ui
 
ConsoleInputOutput() - Constructor for class be.bagofwords.ui.ConsoleInputOutput
 
containsKey(long) - Method in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
 
containsKey(long) - Method in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
 
containsKey(long) - Method in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
 
containsKey(long) - Method in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
 
containsKey(long) - Method in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
 
containsKey(long) - Method in interface be.bagofwords.cache.fastutil.LongMap
 
containsValue(Double) - Method in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
 
containsValue(Float) - Method in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
 
containsValue(Integer) - Method in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
 
containsValue(Long) - Method in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
 
containsValue(V) - Method in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
 
containsValue(T) - Method in interface be.bagofwords.cache.fastutil.LongMap
 
convert(String) - Static method in class be.bagofwords.util.StringUtils
 
convert(char[]) - Static method in class be.bagofwords.util.StringUtils
 
convert(byte[]) - Static method in class be.bagofwords.util.StringUtils
 
convert(byte[], int, int) - Static method in class be.bagofwords.util.StringUtils
 
convert(ByteBuffer) - Static method in class be.bagofwords.util.StringUtils
 
convertToLowerCase(char[]) - Static method in class be.bagofwords.util.StringUtils
This method is faster (for some unknown reason) then String.toLowerCase();
Counter<T> - Class in be.bagofwords.counts
 
Counter() - Constructor for class be.bagofwords.counts.Counter
 
createDate(int, int, int) - Static method in class be.bagofwords.util.DateUtils
 
createDate(int, int, int, int, int, int) - Static method in class be.bagofwords.util.DateUtils
 
createExecutorService(String) - Static method in class be.bagofwords.util.ExecutorServiceFactory
 
createExecutorService(int, String) - Static method in class be.bagofwords.util.ExecutorServiceFactory
 
createGroupingIterable(Class<T>, List<DataIterable<KeyValue<T>>>) - Static method in class be.bagofwords.iterator.IterableUtils
 
createHtmlStatus() - Method in class be.bagofwords.jobs.JobRunner
 
createIterable(DataIterable<? extends T>...) - Static method in class be.bagofwords.iterator.IterableUtils
 
createIterable(IterableUtils.CombineMethod, DataIterable<? extends T>...) - Static method in class be.bagofwords.iterator.IterableUtils
 
createIterable(List<DataIterable<? extends T>>) - Static method in class be.bagofwords.iterator.IterableUtils
 
createIterable(Collection<T>) - Static method in class be.bagofwords.iterator.IterableUtils
 
createIterable(IterableUtils.CombineMethod, List<DataIterable<? extends T>>) - Static method in class be.bagofwords.iterator.IterableUtils
 
createNewCache(String, Class<? extends T>) - Method in class be.bagofwords.cache.CachesManager
 
createObject(Class<T>) - Static method in class be.bagofwords.util.ReflectionUtils
 
createSocketRequestHandler(Socket) - Method in class be.bagofwords.application.BaseServer
 
createSocketRequestHandler(Socket) - Method in class be.bagofwords.application.status.RegisterUrlsServer
 
createStringContext(BowString, int) - Static method in class be.bagofwords.util.StringUtils
 
crossesParagraphBoundaries(String) - Static method in class be.bagofwords.util.StringUtils
 

D

DataIterable<T> - Interface in be.bagofwords.iterator
 
DataLock - Class in be.bagofwords.util
 
DataLock() - Constructor for class be.bagofwords.util.DataLock
 
DataLock(boolean) - Constructor for class be.bagofwords.util.DataLock
 
DataLock(int, boolean) - Constructor for class be.bagofwords.util.DataLock
 
DateUtils - Class in be.bagofwords.util
 
DateUtils() - Constructor for class be.bagofwords.util.DateUtils
 
DEBUG - Static variable in class be.bagofwords.ui.UI
 
deserializeObject(String, Class<T>, Class...) - Static method in class be.bagofwords.util.SerializationUtils
 
Direction - Enum in be.bagofwords.util
 
doAction(T) - Method in interface be.bagofwords.jobs.Job
 
doAction(int, T) - Method in interface be.bagofwords.jobs.PartitionableJob
 
doAction(T) - Method in class be.bagofwords.util.OccasionalAction
 
doOccasionalAction(T) - Method in class be.bagofwords.util.OccasionalAction
 
doTerminate() - Method in class be.bagofwords.application.BaseServer
 
doTerminate() - Method in class be.bagofwords.application.BaseServer.SocketRequestHandler
 
doTerminate() - Method in class be.bagofwords.util.SafeThread
 
DOUBLE_NULL - Static variable in class be.bagofwords.util.SerializationUtils
 
DoubleCounter<T> - Class in be.bagofwords.counts
 
DoubleCounter() - Constructor for class be.bagofwords.counts.DoubleCounter
 
download() - Method in class be.bagofwords.http.URLDownloader
Makes connection with the webserver, and download the content.
DownloadResult - Class in be.bagofwords.http
Created by Koen Deschacht (koendeschacht@gmail.com) on 06/10/14.
DownloadResult(boolean, String) - Constructor for class be.bagofwords.http.DownloadResult
 
dumpHeap(String, boolean) - Static method in class be.bagofwords.application.memory.HeapDumper
 
DynamicMap<T> - Class in be.bagofwords.cache
Created by Koen Deschacht (koendeschacht@gmail.com) on 27/10/14.
DynamicMap(Class<? extends T>, int) - Constructor for class be.bagofwords.cache.DynamicMap
 
DynamicMap(Class<? extends T>) - Constructor for class be.bagofwords.cache.DynamicMap
 

E

EagerBowComponent - Annotation Type in be.bagofwords.application.annotations
 
EnableSchedulingConfiguration - Class in be.bagofwords.application
Created by Koen Deschacht (koendeschacht@gmail.com) on 14/11/14.
EnableSchedulingConfiguration() - Constructor for class be.bagofwords.application.EnableSchedulingConfiguration
 
ENCODING - Static variable in class be.bagofwords.application.BaseServer
 
end - Variable in class be.bagofwords.text.BowStringImpl
 
entityMapping - Static variable in class be.bagofwords.text.HTMLEntities
 
entries - Variable in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
Cached set of entries.
entries - Variable in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
Cached set of entries.
entries - Variable in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
Cached set of entries.
entries - Variable in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
Cached set of entries.
entries - Variable in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
Cached set of entries.
entrySet() - Method in class be.bagofwords.cache.fastutil.AbstractLong2DoubleMap
 
entrySet() - Method in class be.bagofwords.cache.fastutil.AbstractLong2FloatMap
 
entrySet() - Method in class be.bagofwords.cache.fastutil.AbstractLong2IntMap
 
entrySet() - Method in class be.bagofwords.cache.fastutil.AbstractLong2LongMap
 
entrySet() - Method in class be.bagofwords.cache.fastutil.AbstractLong2ObjectMap
 
entrySet() - Method in interface be.bagofwords.cache.fastutil.Long2DoubleMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in interface be.bagofwords.cache.fastutil.Long2FloatMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in interface be.bagofwords.cache.fastutil.Long2IntMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in interface be.bagofwords.cache.fastutil.Long2LongMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in interface be.bagofwords.cache.fastutil.Long2ObjectMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in interface be.bagofwords.cache.fastutil.LongMap
 
entrySet() - Method in class be.bagofwords.counts.Counter
 
EnvironmentProperties - Interface in be.bagofwords.application
 
equal(double, double) - Static method in class be.bagofwords.util.NumUtils
 
equals(Object) - Method in class be.bagofwords.application.status.perf.Trace
 
equals(Object) - Method in class be.bagofwords.cache.fastutil.AbstractLong2DoubleMap.BasicEntry
 
equals(Object) - Method in class be.bagofwords.cache.fastutil.AbstractLong2DoubleMap
 
equals(Object) - Method in class be.bagofwords.cache.fastutil.AbstractLong2FloatMap.BasicEntry
 
equals(Object) - Method in class be.bagofwords.cache.fastutil.AbstractLong2FloatMap
 
equals(Object) - Method in class be.bagofwords.cache.fastutil.AbstractLong2IntMap.BasicEntry
 
equals(Object) - Method in class be.bagofwords.cache.fastutil.AbstractLong2IntMap
 
equals(Object) - Method in class be.bagofwords.cache.fastutil.AbstractLong2LongMap.BasicEntry
 
equals(Object) - Method in class be.bagofwords.cache.fastutil.AbstractLong2LongMap
 
equals(Object) - Method in class be.bagofwords.cache.fastutil.AbstractLong2ObjectMap.BasicEntry
 
equals(Object) - Method in class be.bagofwords.cache.fastutil.AbstractLong2ObjectMap
 
equals(Object) - Method in interface be.bagofwords.cache.fastutil.LongMap.Entry
 
equals(Object) - Method in interface be.bagofwords.cache.fastutil.LongMap
 
equals(BowString) - Method in interface be.bagofwords.text.BowString
 
equals(Object) - Method in class be.bagofwords.text.BowStringImpl
 
equals(Object) - Method in class be.bagofwords.text.MappedText
 
equals(Object) - Method in class be.bagofwords.util.KeyValue
 
equals(Object) - Method in class be.bagofwords.util.Pair
 
ERROR - Static variable in class be.bagofwords.ui.UI
 
escapeFileName(String) - Static method in class be.bagofwords.util.StringUtils
 
escapeNewLine(String) - Static method in class be.bagofwords.util.StringUtils
 
escapePathName(String) - Static method in class be.bagofwords.util.StringUtils
 
escapeTab(String) - Static method in class be.bagofwords.util.StringUtils
 
exec(String...) - Static method in class be.bagofwords.util.ExecuteProcess
 
ExecuteProcess - Class in be.bagofwords.util
 
ExecuteProcess() - Constructor for class be.bagofwords.util.ExecuteProcess
 
ExecutionResult - Class in be.bagofwords.util
 
ExecutionResult(int, String, String) - Constructor for class be.bagofwords.util.ExecutionResult
 
ExecutorServiceFactory - Class in be.bagofwords.util
Created by Koen Deschacht (koendeschacht@gmail.com) on 14/11/14.
ExecutorServiceFactory() - Constructor for class be.bagofwords.util.ExecutorServiceFactory
 
ExtraDNSCache - Class in be.bagofwords.http
 
ExtraDNSCache() - Constructor for class be.bagofwords.http.ExtraDNSCache
 

F

f - Variable in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
The acceptable load factor.
f - Variable in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
The acceptable load factor.
f - Variable in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
The acceptable load factor.
f - Variable in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
The acceptable load factor.
f - Variable in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
The acceptable load factor.
fasterParallelStream(Collection<T>) - Static method in class be.bagofwords.util.Utils
 
fastIterator() - Method in interface be.bagofwords.cache.fastutil.Long2DoubleMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
fastIterator() - Method in interface be.bagofwords.cache.fastutil.Long2FloatMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
fastIterator() - Method in interface be.bagofwords.cache.fastutil.Long2IntMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
fastIterator() - Method in interface be.bagofwords.cache.fastutil.Long2LongMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
fastIterator() - Method in interface be.bagofwords.cache.fastutil.Long2ObjectMap.FastEntrySet
Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
FilesCollection - Interface in be.bagofwords.application.file
This
Filter<T> - Interface in be.bagofwords.util
 
filter(List<T>, Filter<T>) - Static method in class be.bagofwords.util.Utils
 
finalize() - Method in class be.bagofwords.iterator.CloseableIterator
 
finalize() - Method in class be.bagofwords.ui.UI
 
findLinks(CharSequence, String) - Static method in class be.bagofwords.util.URLUtils
 
findWord(Text, int, Direction, Set<String>) - Static method in class be.bagofwords.text.WordIterator
 
findWord(Text, int, Direction, boolean) - Static method in class be.bagofwords.text.WordIterator
 
fixedLength(long, int) - Static method in class be.bagofwords.util.NumUtils
 
FLOAT_NULL - Static variable in class be.bagofwords.util.SerializationUtils
 
flush() - Method in class be.bagofwords.util.WrappedSocketConnection
 
fmt(double) - Static method in class be.bagofwords.util.NumUtils
 
fmt(double, int) - Static method in class be.bagofwords.util.NumUtils
 
freeMemory() - Method in interface be.bagofwords.application.memory.MemoryGobbler
 
freeMemory() - Method in class be.bagofwords.cache.CachesManager
 

G

get(long) - Method in class be.bagofwords.cache.DynamicMap
 
get(long) - Method in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
 
get(long) - Method in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
 
get(long) - Method in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
 
get(long) - Method in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
 
get(long) - Method in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
 
get(long) - Method in interface be.bagofwords.cache.fastutil.LongMap
 
get(long) - Method in class be.bagofwords.cache.ReadCache
 
get(T) - Method in class be.bagofwords.counts.Counter
 
get(T) - Method in class be.bagofwords.counts.DoubleCounter
 
get(int) - Method in class be.bagofwords.counts.SparseVector
 
get(Object) - Method in class be.bagofwords.util.MappedLists
 
getAddress(String) - Static method in class be.bagofwords.http.ExtraDNSCache
 
getAllValues() - Method in class be.bagofwords.counts.BinComputer
 
getApplicationContext() - Method in interface be.bagofwords.application.ApplicationContextFactory
 
getApplicationContext() - Method in class be.bagofwords.application.BaseApplicationContextFactory
 
getApplicationContext() - Method in class be.bagofwords.util.UnitTestApplicationContextFactory
 
getApplicationName() - Method in interface be.bagofwords.application.ApplicationContextFactory
 
getApplicationName() - Method in class be.bagofwords.application.BaseApplicationContextFactory
 
getApplicationName() - Method in class be.bagofwords.util.UnitTestApplicationContextFactory
 
getApplicationUrlRoot() - Method in interface be.bagofwords.application.EnvironmentProperties
 
getAvailableMemoryInBytes() - Method in class be.bagofwords.application.memory.MemoryManager
 
getBin(double[], double) - Static method in class be.bagofwords.util.NumUtils
 
getBinCounts(double[]) - Method in class be.bagofwords.counts.BinComputer
 
getBorders(int, List<Double>) - Static method in class be.bagofwords.util.NumUtils
Carefull, this method sorts the counts list!
getContent() - Method in class be.bagofwords.http.URLDownloader
get the html content of the webpage
getContentType() - Method in class be.bagofwords.http.URLDownloader
 
getCounts() - Method in class be.bagofwords.counts.WindowOfCounts
 
getCurrentSwipe() - Method in class be.bagofwords.iterator.MultipleSwipesIterator
 
getDatabaseServerAddress() - Method in interface be.bagofwords.application.status.RemoteRegisterUrlsServerProperties
 
getDomain(String) - Static method in class be.bagofwords.util.URLUtils
 
getDumpHeapToFileWhenMemoryFull() - Method in class be.bagofwords.application.memory.MemoryManager
 
getEnd() - Method in interface be.bagofwords.text.BowString
 
getEnd() - Method in class be.bagofwords.text.BowStringImpl
 
getEnd() - Method in class be.bagofwords.text.Match
 
getEquiDenseBins(int) - Method in class be.bagofwords.counts.BinComputer
 
getEquiWidthBins(int) - Method in class be.bagofwords.counts.BinComputer
 
getErrorMessage() - Method in class be.bagofwords.http.DownloadResult
 
getErrorOut() - Method in class be.bagofwords.util.ExecutionResult
 
getExtraRequestHeaders() - Method in class be.bagofwords.http.URLDownloader
 
getF() - Method in class be.bagofwords.util.Pair
 
getFirst() - Method in class be.bagofwords.util.Pair
 
getFirstNgram(BowString, int) - Static method in class be.bagofwords.util.StringUtils
 
getFloatValue() - Method in class be.bagofwords.cache.fastutil.AbstractLong2FloatMap.BasicEntry
 
getGitVersion() - Static method in class be.bagofwords.util.Utils
 
getHostName() - Static method in class be.bagofwords.util.URLUtils
 
getId() - Method in class be.bagofwords.text.MappedText
 
getId() - Method in interface be.bagofwords.text.SequentialData
 
getId() - Method in class be.bagofwords.text.TransientText
 
getInetAddress() - Method in class be.bagofwords.util.WrappedSocketConnection
 
getInstance() - Static method in class be.bagofwords.ui.UI
 
getInstantiatedBeans(ApplicationContext, Class<T>) - Static method in class be.bagofwords.util.SpringUtils
 
getIntValue() - Method in class be.bagofwords.cache.fastutil.AbstractLong2IntMap.BasicEntry
 
getIP() - Static method in class be.bagofwords.util.Utils
 
getIs() - Method in class be.bagofwords.util.WrappedSocketConnection
 
getKey() - Method in class be.bagofwords.cache.fastutil.AbstractLong2DoubleMap.BasicEntry
 
getKey() - Method in class be.bagofwords.cache.fastutil.AbstractLong2FloatMap.BasicEntry
 
getKey() - Method in class be.bagofwords.cache.fastutil.AbstractLong2IntMap.BasicEntry
 
getKey() - Method in class be.bagofwords.cache.fastutil.AbstractLong2LongMap.BasicEntry
 
getKey() - Method in class be.bagofwords.cache.fastutil.AbstractLong2ObjectMap.BasicEntry
 
getKey() - Method in interface be.bagofwords.cache.fastutil.LongMap.Entry
 
getKey() - Method in class be.bagofwords.util.KeyValue
 
getLastNgram(BowString, int) - Static method in class be.bagofwords.util.StringUtils
 
getLessRelevantTracesCounter() - Method in class be.bagofwords.application.status.perf.ThreadSampleMonitor
 
getLine() - Method in class be.bagofwords.application.status.perf.Trace
 
getLongKey() - Method in class be.bagofwords.cache.fastutil.AbstractLong2FloatMap.BasicEntry
 
getLongKey() - Method in class be.bagofwords.cache.fastutil.AbstractLong2IntMap.BasicEntry
 
getLongKey() - Method in class be.bagofwords.cache.fastutil.AbstractLong2LongMap.BasicEntry
 
getLongKey() - Method in class be.bagofwords.cache.fastutil.AbstractLong2ObjectMap.BasicEntry
 
getLongValue() - Method in class be.bagofwords.cache.fastutil.AbstractLong2LongMap.BasicEntry
 
getMap() - Method in class be.bagofwords.counts.Counter
 
getMappingFromOrig(BowString) - Method in class be.bagofwords.text.MappedText
 
getMappingFromOrig(int, int) - Method in class be.bagofwords.text.MappedText
 
getMappingToOrig() - Method in class be.bagofwords.text.MappedText
 
getMappingToOrig(BowString) - Method in class be.bagofwords.text.MappedText
 
getMappingToOrig(int, int) - Method in class be.bagofwords.text.MappedText
 
getMax() - Method in class be.bagofwords.counts.DoubleCounter
 
getMemory() - Method in class be.bagofwords.ui.UI
 
getMemoryStatus() - Method in class be.bagofwords.application.memory.MemoryManager
 
getMemoryUsage() - Method in interface be.bagofwords.application.memory.MemoryGobbler
 
getMemoryUsage() - Method in class be.bagofwords.cache.CachesManager
 
getMemoryUsage() - Static method in class be.bagofwords.ui.UI
 
getMinMemoryUsage() - Method in enum be.bagofwords.application.memory.MemoryStatus
 
getMsPerCount() - Method in class be.bagofwords.counts.WindowOfCounts
 
getName() - Method in class be.bagofwords.cache.ReadCache
 
getNeededTime(long) - Method in class be.bagofwords.counts.WindowOfCounts
 
getNextWord(BowString, Set<String>) - Static method in class be.bagofwords.util.StringUtils
 
getNumberOfFetches() - Method in class be.bagofwords.cache.ReadCache
 
getNumberOfHits() - Method in class be.bagofwords.cache.ReadCache
 
getNumOfSamples() - Method in class be.bagofwords.application.status.perf.ThreadSampleMonitor
 
getOs() - Method in class be.bagofwords.util.WrappedSocketConnection
 
getOutput() - Method in class be.bagofwords.application.status.HttpApplicationStatus
 
getOutputLevel() - Method in class be.bagofwords.ui.UI
 
getParent() - Method in class be.bagofwords.application.status.perf.Trace
 
getPartition(String, int) - Static method in class be.bagofwords.util.StringUtils
 
getPartition(char, int) - Static method in class be.bagofwords.util.StringUtils
 
getPath(String) - Static method in class be.bagofwords.util.URLUtils
 
getPath() - Method in class be.bagofwords.web.BaseController
 
getPort() - Method in class be.bagofwords.web.WebContainer
 
getPrefix(String, int, int) - Static method in class be.bagofwords.util.StringUtils
 
getPrevWord(BowString, Set<String>) - Static method in class be.bagofwords.util.StringUtils
 
getProtocol(String) - Static method in class be.bagofwords.util.URLUtils
 
getRawContent() - Method in class be.bagofwords.http.URLDownloader
 
getRedirectedURLs() - Method in class be.bagofwords.http.URLDownloader
 
getRegisterUrlServerPort() - Method in interface be.bagofwords.application.status.RemoteRegisterUrlsServerProperties
 
getRelevantTracesCounter() - Method in class be.bagofwords.application.status.perf.ThreadSampleMonitor
 
getReplacement() - Method in class be.bagofwords.text.Match
 
getResponseHeader(String) - Method in class be.bagofwords.http.URLDownloader
 
getResponseHeaders() - Method in class be.bagofwords.http.URLDownloader
 
getReturnCode() - Method in class be.bagofwords.util.ExecutionResult
 
getRunningRequestHandlers() - Method in class be.bagofwords.application.BaseServer
 
getS() - Method in interface be.bagofwords.text.BowString
 
getS() - Method in class be.bagofwords.text.BowStringImpl
 
getS() - Method in class be.bagofwords.text.MappedText
 
getS() - Method in class be.bagofwords.util.Pair
 
getSavedCookies() - Method in class be.bagofwords.http.URLDownloader
 
getSecond() - Method in class be.bagofwords.util.Pair
 
getSocket() - Method in class be.bagofwords.util.WrappedSocketConnection
 
getStackTrace(Throwable) - Static method in class be.bagofwords.util.Utils
 
getStackTrace(StackTraceElement[]) - Static method in class be.bagofwords.util.Utils
 
getStart() - Method in interface be.bagofwords.text.BowString
 
getStart() - Method in class be.bagofwords.text.BowStringImpl
 
getStart() - Method in class be.bagofwords.text.Match
 
getStart() - Method in class be.bagofwords.util.OccasionalAction
 
getStaticFolder() - Method in interface be.bagofwords.web.StaticFolderConfiguration
 
getStatus() - Method in class be.bagofwords.http.URLDownloader
 
getStdOut() - Method in class be.bagofwords.util.ExecutionResult
 
getSuffix(String, int, int) - Static method in class be.bagofwords.util.StringUtils
 
getSuffix(BowString, int, int) - Static method in class be.bagofwords.util.StringUtils
 
getSuperDomain(String) - Static method in class be.bagofwords.util.URLUtils
 
getText() - Method in interface be.bagofwords.text.BowString
 
getText() - Method in class be.bagofwords.text.BowStringImpl
 
getText() - Method in class be.bagofwords.text.MappedText
 
getText() - Method in interface be.bagofwords.text.Text
 
getText() - Method in class be.bagofwords.text.TransientText
 
getTextArray() - Method in class be.bagofwords.text.MappedText
 
getTextS() - Method in interface be.bagofwords.text.BowString
 
getThreadSampleLocation() - Method in interface be.bagofwords.application.EnvironmentProperties
 
getTotal() - Method in class be.bagofwords.counts.Counter
 
getTotal() - Method in class be.bagofwords.counts.DoubleCounter
 
getTotalBytesDownloaded() - Method in class be.bagofwords.http.URLDownloader
 
getTotalCounts() - Method in class be.bagofwords.counts.WindowOfCounts
 
getTotalNumberOfConnections() - Method in class be.bagofwords.application.BaseServer
 
getTotalNumberOfRequests() - Method in class be.bagofwords.application.BaseServer.SocketRequestHandler
 
getURL() - Method in class be.bagofwords.http.URLDownloader
Returns the url passed in the constructor, without the http://
getUrl() - Method in class be.bagofwords.text.MappedText
 
getValue() - Method in class be.bagofwords.cache.fastutil.AbstractLong2DoubleMap.BasicEntry
 
getValue() - Method in class be.bagofwords.cache.fastutil.AbstractLong2FloatMap.BasicEntry
 
getValue() - Method in class be.bagofwords.cache.fastutil.AbstractLong2IntMap.BasicEntry
 
getValue() - Method in class be.bagofwords.cache.fastutil.AbstractLong2LongMap.BasicEntry
 
getValue() - Method in class be.bagofwords.cache.fastutil.AbstractLong2ObjectMap.BasicEntry
 
getValue() - Method in interface be.bagofwords.cache.fastutil.LongMap.Entry
 
getValue() - Method in class be.bagofwords.util.KeyValue
 
getValuesAsList() - Method in class be.bagofwords.counts.Counter
 
getWidth(Class<T>) - Static method in class be.bagofwords.util.SerializationUtils
 
growthFactor(int) - Method in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
Deprecated.
Since fastutil 6.1.0, hash tables are doubled when they are too full.
growthFactor() - Method in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
Deprecated.
Since fastutil 6.1.0, hash tables are doubled when they are too full.
growthFactor(int) - Method in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
Deprecated.
Since fastutil 6.1.0, hash tables are doubled when they are too full.
growthFactor() - Method in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
Deprecated.
Since fastutil 6.1.0, hash tables are doubled when they are too full.
growthFactor(int) - Method in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
Deprecated.
Since fastutil 6.1.0, hash tables are doubled when they are too full.
growthFactor() - Method in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
Deprecated.
Since fastutil 6.1.0, hash tables are doubled when they are too full.
growthFactor(int) - Method in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
Deprecated.
Since fastutil 6.1.0, hash tables are doubled when they are too full.
growthFactor() - Method in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
Deprecated.
Since fastutil 6.1.0, hash tables are doubled when they are too full.
growthFactor(int) - Method in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
Deprecated.
Since fastutil 6.1.0, hash tables are doubled when they are too full.
growthFactor() - Method in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
Deprecated.
Since fastutil 6.1.0, hash tables are doubled when they are too full.

H

handle(Request, Response) - Method in class be.bagofwords.web.BaseController
 
handleRequest(Request, Response) - Method in class be.bagofwords.application.status.HttpApplicationStatus
 
handleRequest(Request, Response) - Method in class be.bagofwords.application.status.ListUrlsController
 
handleRequest(Request, Response) - Method in class be.bagofwords.application.status.perf.ThreadSampleMonitor
 
handleRequest(Request, Response) - Method in class be.bagofwords.jobs.JobsHttpStatus
 
handleRequest(Request, Response) - Method in class be.bagofwords.web.BaseController
 
handleRequests() - Method in class be.bagofwords.application.BaseServer.SocketRequestHandler
 
hashCode() - Method in class be.bagofwords.application.status.perf.Trace
 
hashCode() - Method in class be.bagofwords.cache.fastutil.AbstractLong2DoubleMap.BasicEntry
 
hashCode() - Method in class be.bagofwords.cache.fastutil.AbstractLong2DoubleMap
Returns a hash code for this map.
hashCode() - Method in class be.bagofwords.cache.fastutil.AbstractLong2FloatMap.BasicEntry
 
hashCode() - Method in class be.bagofwords.cache.fastutil.AbstractLong2FloatMap
Returns a hash code for this map.
hashCode() - Method in class be.bagofwords.cache.fastutil.AbstractLong2IntMap.BasicEntry
 
hashCode() - Method in class be.bagofwords.cache.fastutil.AbstractLong2IntMap
Returns a hash code for this map.
hashCode() - Method in class be.bagofwords.cache.fastutil.AbstractLong2LongMap.BasicEntry
 
hashCode() - Method in class be.bagofwords.cache.fastutil.AbstractLong2LongMap
Returns a hash code for this map.
hashCode() - Method in class be.bagofwords.cache.fastutil.AbstractLong2ObjectMap.BasicEntry
 
hashCode() - Method in class be.bagofwords.cache.fastutil.AbstractLong2ObjectMap
Returns a hash code for this map.
hashCode() - Method in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
Returns a hash code for this map.
hashCode() - Method in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
Returns a hash code for this map.
hashCode() - Method in interface be.bagofwords.cache.fastutil.LongMap.Entry
 
hashCode() - Method in interface be.bagofwords.cache.fastutil.LongMap
 
hashCode() - Method in class be.bagofwords.text.BowStringImpl
 
hashCode(String) - Static method in class be.bagofwords.util.HashUtils
 
hashCode(String...) - Static method in class be.bagofwords.util.HashUtils
 
hashCode(BowString) - Static method in class be.bagofwords.util.HashUtils
 
hashCode() - Method in class be.bagofwords.util.Pair
 
HashUtils - Class in be.bagofwords.util
 
HashUtils() - Constructor for class be.bagofwords.util.HashUtils
 
hasNext() - Method in class be.bagofwords.iterator.InterleavedIteratorOfIterators
 
hasNext() - Method in class be.bagofwords.iterator.IteratorOfIterables
 
hasNext() - Method in class be.bagofwords.iterator.MultipleSwipesIterator
 
hasNext() - Method in class be.bagofwords.iterator.SequentialIteratorOfIterators
 
hasNext() - Method in class be.bagofwords.text.WordIterator
 
HeapDumper - Class in be.bagofwords.application.memory
Copied from https://blogs.oracle.com/sundararajan/entry/programmatically_dumping_heap_from_java
HeapDumper() - Constructor for class be.bagofwords.application.memory.HeapDumper
 
HIGH - Static variable in class be.bagofwords.ui.UI
 
HTMLEntities - Class in be.bagofwords.text
 
HTMLEntities() - Constructor for class be.bagofwords.text.HTMLEntities
 
htmlEntityPattern - Static variable in class be.bagofwords.text.HTMLEntities
 
HttpApplicationStatus - Class in be.bagofwords.application.status
 
HttpApplicationStatus() - Constructor for class be.bagofwords.application.status.HttpApplicationStatus
 
HttpRequestPacer - Class in be.bagofwords.http
 
HttpRequestPacer() - Constructor for class be.bagofwords.http.HttpRequestPacer
 

I

inc(T) - Method in class be.bagofwords.counts.Counter
 
inc(T, long) - Method in class be.bagofwords.counts.Counter
 
inc(T) - Method in class be.bagofwords.counts.DoubleCounter
 
inc(T, double) - Method in class be.bagofwords.counts.DoubleCounter
 
inds - Variable in class be.bagofwords.counts.SparseVector
 
INT_NULL - Static variable in class be.bagofwords.util.SerializationUtils
 
integerHashCode(String) - Static method in class be.bagofwords.util.HashUtils
 
InterleavedIteratorOfIterators<U> - Class in be.bagofwords.iterator
 
InterleavedIteratorOfIterators(List<CloseableIterator<? extends U>>) - Constructor for class be.bagofwords.iterator.InterleavedIteratorOfIterators
 
interrupt() - Method in class be.bagofwords.util.SafeThread
 
intToBytes(int) - Static method in class be.bagofwords.util.SerializationUtils
 
inverseEntityMapping - Static variable in class be.bagofwords.text.HTMLEntities
 
isAllowCORS() - Method in class be.bagofwords.web.BaseController
 
isASCIIConsonant(char) - Static method in class be.bagofwords.util.StringUtils
 
isASCIIVowel(char) - Static method in class be.bagofwords.util.StringUtils
 
isCapital(char) - Static method in class be.bagofwords.util.StringUtils
 
isDebug() - Method in class be.bagofwords.util.WrappedSocketConnection
 
isEmpty() - Method in class be.bagofwords.cache.fastutil.AbstractLong2DoubleMap
 
isEmpty() - Method in class be.bagofwords.cache.fastutil.AbstractLong2FloatMap
 
isEmpty() - Method in class be.bagofwords.cache.fastutil.AbstractLong2IntMap
 
isEmpty() - Method in class be.bagofwords.cache.fastutil.AbstractLong2LongMap
 
isEmpty() - Method in class be.bagofwords.cache.fastutil.AbstractLong2ObjectMap
 
isEmpty() - Method in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
 
isEmpty() - Method in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
 
isEmpty() - Method in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
 
isEmpty() - Method in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
 
isEmpty() - Method in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
 
isEmpty() - Method in interface be.bagofwords.cache.fastutil.LongMap
 
isFinished() - Method in class be.bagofwords.util.SafeThread
 
isNonWordChar(char, boolean) - Static method in class be.bagofwords.text.WordIterator
 
isOpen() - Method in class be.bagofwords.util.WrappedSocketConnection
 
isPossibleName(String) - Static method in class be.bagofwords.util.StringUtils
 
isPossibleUrl1(String) - Static method in class be.bagofwords.util.URLUtils
 
isPossibleUrl2(String) - Static method in class be.bagofwords.util.URLUtils
 
isSuccess() - Method in class be.bagofwords.http.DownloadResult
 
isTerminateRequested() - Method in class be.bagofwords.util.SafeThread
 
isUnexpectedError(Exception) - Method in class be.bagofwords.application.BaseServer.SocketRequestHandler
 
IterableUtils - Class in be.bagofwords.iterator
 
IterableUtils() - Constructor for class be.bagofwords.iterator.IterableUtils
 
IterableUtils.CombineMethod - Enum in be.bagofwords.iterator
 
iterator() - Method in class be.bagofwords.cache.DynamicMap
 
iterator() - Method in class be.bagofwords.cache.ReadCache
 
iterator() - Method in interface be.bagofwords.iterator.DataIterable
 
iterator(SimpleIterator<T>) - Static method in class be.bagofwords.iterator.IterableUtils
 
iterator(SimpleIterator<T>, T) - Static method in class be.bagofwords.iterator.IterableUtils
 
iterator(Iterator<T>) - Static method in class be.bagofwords.iterator.IterableUtils
 
IteratorOfIterables<T> - Class in be.bagofwords.iterator
 
IteratorOfIterables(Iterator<Iterable<T>>) - Constructor for class be.bagofwords.iterator.IteratorOfIterables
 
IteratorOfIterables(Iterable<T>...) - Constructor for class be.bagofwords.iterator.IteratorOfIterables
 
IteratorOfIterables(List<Iterable<T>>) - Constructor for class be.bagofwords.iterator.IteratorOfIterables
 

J

Job<T> - Interface in be.bagofwords.jobs
 
JobRunner - Class in be.bagofwords.jobs
 
JobRunner() - Constructor for class be.bagofwords.jobs.JobRunner
 
JobsHttpStatus - Class in be.bagofwords.jobs
Created by Koen Deschacht (koendeschacht@gmail.com) on 9/8/14.
JobsHttpStatus() - Constructor for class be.bagofwords.jobs.JobsHttpStatus
 
join(int...) - Static method in class be.bagofwords.util.NumUtils
 

K

keepWordMapping() - Method in class be.bagofwords.text.Match
 
key - Variable in class be.bagofwords.cache.fastutil.AbstractLong2DoubleMap.BasicEntry
 
key - Variable in class be.bagofwords.cache.fastutil.AbstractLong2FloatMap.BasicEntry
 
key - Variable in class be.bagofwords.cache.fastutil.AbstractLong2IntMap.BasicEntry
 
key - Variable in class be.bagofwords.cache.fastutil.AbstractLong2LongMap.BasicEntry
 
key - Variable in class be.bagofwords.cache.fastutil.AbstractLong2ObjectMap.BasicEntry
 
key - Variable in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
The array of keys.
key - Variable in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
The array of keys.
key - Variable in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
The array of keys.
key - Variable in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
The array of keys.
key - Variable in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
The array of keys.
keyIterator() - Method in class be.bagofwords.cache.DynamicMap
 
keys - Variable in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
Cached set of keys.
keys - Variable in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
Cached set of keys.
keys - Variable in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
Cached set of keys.
keys - Variable in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
Cached set of keys.
keys - Variable in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
Cached set of keys.
keySet() - Method in class be.bagofwords.cache.fastutil.AbstractLong2DoubleMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class be.bagofwords.cache.fastutil.AbstractLong2FloatMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class be.bagofwords.cache.fastutil.AbstractLong2IntMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class be.bagofwords.cache.fastutil.AbstractLong2LongMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in class be.bagofwords.cache.fastutil.AbstractLong2ObjectMap
Returns a type-specific-set view of the keys of this map.
keySet() - Method in interface be.bagofwords.cache.fastutil.Long2DoubleMap
Returns a set view of the keys contained in this map.
keySet() - Method in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
 
keySet() - Method in interface be.bagofwords.cache.fastutil.Long2FloatMap
Returns a set view of the keys contained in this map.
keySet() - Method in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
 
keySet() - Method in interface be.bagofwords.cache.fastutil.Long2IntMap
Returns a set view of the keys contained in this map.
keySet() - Method in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
 
keySet() - Method in interface be.bagofwords.cache.fastutil.Long2LongMap
Returns a set view of the keys contained in this map.
keySet() - Method in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
 
keySet() - Method in interface be.bagofwords.cache.fastutil.Long2ObjectMap
Returns a set view of the keys contained in this map.
keySet() - Method in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
 
keySet() - Method in interface be.bagofwords.cache.fastutil.LongMap
 
keySet() - Method in class be.bagofwords.counts.Counter
 
keySet() - Method in class be.bagofwords.counts.DoubleCounter
 
KeyValue<T> - Class in be.bagofwords.util
 
KeyValue(long, T) - Constructor for class be.bagofwords.util.KeyValue
 
KeyValue() - Constructor for class be.bagofwords.util.KeyValue
 

L

LateCloseableComponent - Interface in be.bagofwords.application
 
length() - Method in class be.bagofwords.text.BowStringImpl
 
length() - Method in interface be.bagofwords.text.Text
 
list() - Static method in class be.bagofwords.util.Utils
 
list(HashMap<S, T>) - Static method in class be.bagofwords.util.Utils
 
list(List<T>, T) - Static method in class be.bagofwords.util.Utils
 
list(T...) - Static method in class be.bagofwords.util.Utils
 
ListUrlsController - Class in be.bagofwords.application.status
Created by Koen Deschacht (koendeschacht@gmail.com) on 07/10/14.
ListUrlsController(RemoteRegisterUrlsServerProperties) - Constructor for class be.bagofwords.application.status.ListUrlsController
 
lockRead(long) - Method in class be.bagofwords.util.DataLock
 
lockReadAll() - Method in class be.bagofwords.util.DataLock
 
lockWrite(long) - Method in class be.bagofwords.util.DataLock
 
lockWriteAll() - Method in class be.bagofwords.util.DataLock
 
long2DoubleEntrySet() - Method in interface be.bagofwords.cache.fastutil.Long2DoubleMap
Returns a type-specific set view of the mappings contained in this map.
long2DoubleEntrySet() - Method in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
 
Long2DoubleMap - Interface in be.bagofwords.cache.fastutil
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Long2DoubleMap.FastEntrySet - Interface in be.bagofwords.cache.fastutil
An entry set providing fast iteration.
Long2DoubleOpenHashMap - Class in be.bagofwords.cache.fastutil
A type-specific hash map with a fast, small-footprint implementation.
Long2DoubleOpenHashMap(int, float) - Constructor for class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
Creates a new hash map.
Long2DoubleOpenHashMap(int) - Constructor for class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2DoubleOpenHashMap() - Constructor for class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2DoubleOpenHashMap(long[], double[], float) - Constructor for class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2DoubleOpenHashMap(long[], double[]) - Constructor for class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
long2FloatEntrySet() - Method in interface be.bagofwords.cache.fastutil.Long2FloatMap
Returns a type-specific set view of the mappings contained in this map.
long2FloatEntrySet() - Method in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
 
Long2FloatMap - Interface in be.bagofwords.cache.fastutil
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Long2FloatMap.FastEntrySet - Interface in be.bagofwords.cache.fastutil
An entry set providing fast iteration.
Long2FloatOpenHashMap - Class in be.bagofwords.cache.fastutil
A type-specific hash map with a fast, small-footprint implementation.
Long2FloatOpenHashMap(int, float) - Constructor for class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
Creates a new hash map.
Long2FloatOpenHashMap(int) - Constructor for class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2FloatOpenHashMap() - Constructor for class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2FloatOpenHashMap(long[], float[], float) - Constructor for class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2FloatOpenHashMap(long[], float[]) - Constructor for class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
long2IntEntrySet() - Method in interface be.bagofwords.cache.fastutil.Long2IntMap
Returns a type-specific set view of the mappings contained in this map.
long2IntEntrySet() - Method in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
 
Long2IntMap - Interface in be.bagofwords.cache.fastutil
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Long2IntMap.FastEntrySet - Interface in be.bagofwords.cache.fastutil
An entry set providing fast iteration.
Long2IntOpenHashMap - Class in be.bagofwords.cache.fastutil
A type-specific hash map with a fast, small-footprint implementation.
Long2IntOpenHashMap(int, float) - Constructor for class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
Creates a new hash map.
Long2IntOpenHashMap(int) - Constructor for class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2IntOpenHashMap() - Constructor for class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2IntOpenHashMap(long[], int[], float) - Constructor for class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2IntOpenHashMap(long[], int[]) - Constructor for class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
long2LongEntrySet() - Method in interface be.bagofwords.cache.fastutil.Long2LongMap
Returns a type-specific set view of the mappings contained in this map.
long2LongEntrySet() - Method in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
 
Long2LongMap - Interface in be.bagofwords.cache.fastutil
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Long2LongMap.FastEntrySet - Interface in be.bagofwords.cache.fastutil
An entry set providing fast iteration.
Long2LongOpenHashMap - Class in be.bagofwords.cache.fastutil
A type-specific hash map with a fast, small-footprint implementation.
Long2LongOpenHashMap(int, float) - Constructor for class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
Creates a new hash map.
Long2LongOpenHashMap(int) - Constructor for class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2LongOpenHashMap() - Constructor for class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2LongOpenHashMap(long[], long[], float) - Constructor for class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2LongOpenHashMap(long[], long[]) - Constructor for class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
long2ObjectEntrySet() - Method in interface be.bagofwords.cache.fastutil.Long2ObjectMap
Returns a type-specific set view of the mappings contained in this map.
long2ObjectEntrySet() - Method in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
 
Long2ObjectMap<V> - Interface in be.bagofwords.cache.fastutil
A type-specific Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.
Long2ObjectMap.FastEntrySet<V> - Interface in be.bagofwords.cache.fastutil
An entry set providing fast iteration.
Long2ObjectOpenHashMap<V> - Class in be.bagofwords.cache.fastutil
A type-specific hash map with a fast, small-footprint implementation.
Long2ObjectOpenHashMap(int, float) - Constructor for class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
Creates a new hash map.
Long2ObjectOpenHashMap(int) - Constructor for class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ObjectOpenHashMap() - Constructor for class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
Creates a new hash map with initial expected Hash.DEFAULT_INITIAL_SIZE entries and Hash.DEFAULT_LOAD_FACTOR as load factor.
Long2ObjectOpenHashMap(long[], V[], float) - Constructor for class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
Creates a new hash map using the elements of two parallel arrays.
Long2ObjectOpenHashMap(long[], V[]) - Constructor for class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
Creates a new hash map with Hash.DEFAULT_LOAD_FACTOR as load factor using the elements of two parallel arrays.
LONG_END - Static variable in class be.bagofwords.application.BaseServer
 
LONG_ERROR - Static variable in class be.bagofwords.application.BaseServer
 
LONG_NULL - Static variable in class be.bagofwords.util.SerializationUtils
 
LONG_OK - Static variable in class be.bagofwords.application.BaseServer
 
LongMap<T> - Interface in be.bagofwords.cache.fastutil
Created by Koen Deschacht (koendeschacht@gmail.com) on 06/11/14.
LongMap.Entry<V> - Interface in be.bagofwords.cache.fastutil
 
longToBytes(long) - Static method in class be.bagofwords.util.SerializationUtils
 
longToBytes(long, byte[], int) - Static method in class be.bagofwords.util.SerializationUtils
 
LOW - Static variable in class be.bagofwords.ui.UI
 

M

main(String[]) - Static method in class be.bagofwords.TestSuspendingThreads
 
MainClass - Interface in be.bagofwords.application
 
makeAbsolute(String, String) - Static method in class be.bagofwords.util.URLUtils
 
makeNicePercent(double) - Static method in class be.bagofwords.util.NumUtils
 
map() - Static method in class be.bagofwords.util.Utils
 
map(ArrayList<Pair<T, S>>) - Static method in class be.bagofwords.util.Utils
 
MappedLists<S,T> - Class in be.bagofwords.util
 
MappedLists() - Constructor for class be.bagofwords.util.MappedLists
 
MappedText - Class in be.bagofwords.text
 
MappedText(char[], int[], String) - Constructor for class be.bagofwords.text.MappedText
 
MappedText() - Constructor for class be.bagofwords.text.MappedText
 
MappedText(char[], String) - Constructor for class be.bagofwords.text.MappedText
 
mask - Variable in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
The mask for wrapping a position counter.
mask - Variable in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
The mask for wrapping a position counter.
Match - Class in be.bagofwords.text
 
Match(int, int, String) - Constructor for class be.bagofwords.text.Match
 
Match(int, int, String, boolean) - Constructor for class be.bagofwords.text.Match
 
MAX_LENGTH_OF_WORD - Static variable in class be.bagofwords.text.WordIterator
 
MAX_NUM_OF_SAMPLES - Static variable in class be.bagofwords.application.status.perf.ThreadSampleMonitor
 
maxFill - Variable in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
Threshold after which we rehash.
maxFill - Variable in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
Threshold after which we rehash.
maxSizeIterable(long, DataIterable<T>) - Static method in class be.bagofwords.iterator.IterableUtils
 
maxSizeIterator(long, CloseableIterator<T>) - Static method in class be.bagofwords.iterator.IterableUtils
 
MemoryGobbler - Interface in be.bagofwords.application.memory
Interface to be implemented by components that use up a lot of memory and that can free some memory if the JVM is running low on memory (e.g.
MemoryManager - Class in be.bagofwords.application.memory
 
MemoryManager() - Constructor for class be.bagofwords.application.memory.MemoryManager
 
MemoryStatus - Enum in be.bagofwords.application.memory
Created by Koen Deschacht (koendeschacht@gmail.com) on 9/9/14.
mightBeUrlOrEmailOrHashTag(String) - Static method in class be.bagofwords.util.StringUtils
 
MIN_TIME_BETWEEN_INTERNET_ACCESS - Static variable in class be.bagofwords.http.HttpRequestPacer
 
minFraq(int, int) - Static method in class be.bagofwords.util.Utils
 
minLog(int) - Static method in class be.bagofwords.util.Utils
 
moveCachedObjectsToOld() - Method in class be.bagofwords.cache.ReadCache
 
MultipleSwipesIterator<T> - Class in be.bagofwords.iterator
 
MultipleSwipesIterator(DataIterable<T>, int) - Constructor for class be.bagofwords.iterator.MultipleSwipesIterator
 

N

n - Variable in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
The current table size.
n - Variable in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
The current table size.
n - Variable in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
The current table size.
n - Variable in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
The current table size.
n - Variable in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
The current table size.
newP(S, T) - Static method in class be.bagofwords.util.Pair
 
next() - Method in class be.bagofwords.iterator.InterleavedIteratorOfIterators
 
next() - Method in class be.bagofwords.iterator.IteratorOfIterables
 
next() - Method in class be.bagofwords.iterator.MultipleSwipesIterator
 
next() - Method in class be.bagofwords.iterator.SequentialIteratorOfIterators
 
next() - Method in class be.bagofwords.iterator.SimpleIterator
 
next() - Method in class be.bagofwords.text.WordIterator
 
noException(Utils.Action) - Static method in class be.bagofwords.util.Utils
 
NORMAL - Static variable in class be.bagofwords.ui.UI
 
normalizeQuotationMarks(char[]) - Static method in class be.bagofwords.util.StringUtils
 
NUM_OF_PADDED_SPACES - Static variable in class be.bagofwords.util.StringUtils
 
NumUtils - Class in be.bagofwords.util
 
NumUtils() - Constructor for class be.bagofwords.util.NumUtils
 

O

objectToBytes(T, Class<T>) - Static method in class be.bagofwords.util.SerializationUtils
 
objectToBytesCheckForNull(T, Class<T>) - Static method in class be.bagofwords.util.SerializationUtils
 
objectToCompressedBytes(T, Class<T>) - Static method in class be.bagofwords.util.SerializationUtils
 
OccasionalAction<T> - Class in be.bagofwords.util
 
OccasionalAction(long) - Constructor for class be.bagofwords.util.OccasionalAction
 
onApplicationEvent(ContextClosedEvent) - Method in class be.bagofwords.application.ApplicationLifeCycle
 
onApplicationEvent(ContextStartedEvent) - Method in class be.bagofwords.application.status.RegisterUrlsClient
 
onApplicationEvent(ContextStartedEvent) - Method in class be.bagofwords.web.WebContainer
 

P

Pair<S,T> - Class in be.bagofwords.util
 
Pair(S, T) - Constructor for class be.bagofwords.util.Pair
 
Pair() - Constructor for class be.bagofwords.util.Pair
 
pair(S, T) - Static method in class be.bagofwords.util.Utils
 
PartitionableJob<T> - Interface in be.bagofwords.jobs
 
play(File) - Static method in class be.bagofwords.ui.PlaySound
 
PlaySound - Class in be.bagofwords.ui
 
PlaySound() - Constructor for class be.bagofwords.ui.PlaySound
 
prepareWordForIndex(String) - Static method in class be.bagofwords.util.StringUtils
 
print() - Method in class be.bagofwords.counts.Counter
 
print() - Method in class be.bagofwords.counts.DoubleCounter
 
printBins(double[]) - Method in class be.bagofwords.counts.BinComputer
 
printHtmlStatus(StringBuilder) - Method in class be.bagofwords.application.memory.MemoryManager
 
printHtmlStatus(StringBuilder) - Method in class be.bagofwords.application.status.perf.ThreadStatusViewable
 
printHtmlStatus(StringBuilder) - Method in interface be.bagofwords.application.status.StatusViewable
 
printHtmlStatus(StringBuilder) - Method in class be.bagofwords.cache.CachesManager
 
printInverseMapping(String) - Method in class be.bagofwords.text.MappedText
 
printMapping(String) - Method in class be.bagofwords.text.MappedText
 
printMemory - Static variable in class be.bagofwords.ui.UI
 
printTime - Static variable in class be.bagofwords.ui.UI
 
printTopTraces(StringBuilder, Counter<Trace>, int) - Static method in class be.bagofwords.application.status.perf.ThreadSamplesPrinter
 
protocolP - Static variable in class be.bagofwords.util.URLUtils
 
put(long, T) - Method in class be.bagofwords.cache.DynamicMap
 
put(long, Double) - Method in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
 
put(long, Float) - Method in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
 
put(long, Integer) - Method in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
 
put(long, Long) - Method in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
 
put(long, V) - Method in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
 
put(long, T) - Method in interface be.bagofwords.cache.fastutil.LongMap
 
put(long, T) - Method in class be.bagofwords.cache.ReadCache
 
putAll(DynamicMap<T>) - Method in class be.bagofwords.cache.DynamicMap
 

R

randomDistributeHash(long) - Static method in class be.bagofwords.util.HashUtils
 
read() - Static method in class be.bagofwords.ui.UI
 
read(String) - Static method in class be.bagofwords.ui.UI
 
readBoolean(String) - Static method in class be.bagofwords.ui.UI
 
readBoolean(String, boolean) - Static method in class be.bagofwords.ui.UI
 
readBoolean(String, boolean, long) - Static method in class be.bagofwords.ui.UI
Time to wait indicates the number of ms to wait before choosing the default answer.
readBoolean() - Method in class be.bagofwords.util.WrappedSocketConnection
 
readByte() - Method in class be.bagofwords.util.WrappedSocketConnection
 
readByteArray() - Method in class be.bagofwords.util.WrappedSocketConnection
 
ReadCache<T> - Class in be.bagofwords.cache
 
ReadCache(String, Class<? extends T>) - Constructor for class be.bagofwords.cache.ReadCache
 
readDouble(String) - Static method in class be.bagofwords.ui.UI
 
readDouble() - Method in class be.bagofwords.util.WrappedSocketConnection
 
readFloat() - Method in class be.bagofwords.util.WrappedSocketConnection
 
readInputLine() - Method in class be.bagofwords.ui.ConsoleInputOutput
 
readInputLine(long) - Method in class be.bagofwords.ui.ConsoleInputOutput
 
readInputLine() - Method in class be.bagofwords.ui.UI
 
readInputLine(long) - Method in class be.bagofwords.ui.UI
 
readInt(String) - Static method in class be.bagofwords.ui.UI
 
readInt(byte[], int, int) - Static method in class be.bagofwords.util.Utils
 
readInt() - Method in class be.bagofwords.util.WrappedSocketConnection
 
readLong(String) - Static method in class be.bagofwords.ui.UI
 
readLong() - Method in class be.bagofwords.util.WrappedSocketConnection
 
readObject(Class<T>, InputStream) - Static method in class be.bagofwords.util.SerializationUtils
Careful! Not compatible with above method to convert objects to byte arrays!
readString() - Method in class be.bagofwords.util.WrappedSocketConnection
 
readValue(Class<T>) - Method in class be.bagofwords.util.WrappedSocketConnection
 
reduceCharacterDiversityLevel(int, String) - Static method in class be.bagofwords.util.StringUtils
 
reduceCharacterDiversityLevel0(String) - Static method in class be.bagofwords.util.StringUtils
 
reduceCharacterDiversityLevel0(char[]) - Static method in class be.bagofwords.util.StringUtils
 
reduceCharacterDiversityLevel1(BowString) - Static method in class be.bagofwords.util.StringUtils
 
reduceCharacterDiversityLevel1(String) - Static method in class be.bagofwords.util.StringUtils
 
reduceCharacterDiversityLevel1(char[]) - Static method in class be.bagofwords.util.StringUtils
 
reduceCharacterDiversityLevel2(String) - Static method in class be.bagofwords.util.StringUtils
 
reduceCharacterDiversityLevel2(BowString) - Static method in class be.bagofwords.util.StringUtils
 
reduceCharacterDiversityLevel3(String) - Static method in class be.bagofwords.util.StringUtils
 
ReflectionUtils - Class in be.bagofwords.util
 
ReflectionUtils() - Constructor for class be.bagofwords.util.ReflectionUtils
 
registerController(BaseController) - Method in class be.bagofwords.web.WebContainer
 
registerMemoryGobbler(MemoryGobbler) - Method in class be.bagofwords.application.memory.MemoryManager
 
registerPath(String) - Method in class be.bagofwords.application.status.RegisterUrlsClient
 
registerUrl(String, String) - Method in class be.bagofwords.application.status.ListUrlsController
 
RegisterUrlsClient - Class in be.bagofwords.application.status
Created by Koen Deschacht (koendeschacht@gmail.com) on 07/10/14.
RegisterUrlsClient() - Constructor for class be.bagofwords.application.status.RegisterUrlsClient
 
RegisterUrlsServer - Class in be.bagofwords.application.status
Created by Koen Deschacht (koendeschacht@gmail.com) on 07/10/14.
RegisterUrlsServer(int, ListUrlsController) - Constructor for class be.bagofwords.application.status.RegisterUrlsServer
 
rehash() - Method in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
Deprecated.
A no-op.
rehash(int) - Method in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
Rehashes the map.
rehash() - Method in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
Deprecated.
A no-op.
rehash(int) - Method in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
Rehashes the map.
rehash() - Method in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
Deprecated.
A no-op.
rehash(int) - Method in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
Rehashes the map.
rehash() - Method in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
Deprecated.
A no-op.
rehash(int) - Method in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
Rehashes the map.
rehash() - Method in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
Deprecated.
A no-op.
rehash(int) - Method in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
Rehashes the map.
RemoteRegisterUrlsServerProperties - Interface in be.bagofwords.application.status
Created by Koen Deschacht (koendeschacht@gmail.com) on 07/10/14.
remove(long) - Method in class be.bagofwords.cache.DynamicMap
 
remove(long) - Method in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
 
remove(long) - Method in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
 
remove(long) - Method in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
 
remove(long) - Method in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
 
remove(long) - Method in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
 
remove(long) - Method in interface be.bagofwords.cache.fastutil.LongMap
 
remove(long) - Method in class be.bagofwords.cache.ReadCache
 
remove() - Method in class be.bagofwords.iterator.CloseableIterator
 
remove() - Method in class be.bagofwords.iterator.IteratorOfIterables
 
remove() - Method in class be.bagofwords.iterator.MultipleSwipesIterator
 
removeAccent(char) - Static method in class be.bagofwords.util.StringUtils
 
removeAccents(char[]) - Static method in class be.bagofwords.util.StringUtils
 
removeAccents(String) - Static method in class be.bagofwords.util.StringUtils
 
removeAccentsSlow(String) - Static method in class be.bagofwords.util.StringUtils
 
removeHTML(MappedText) - Static method in class be.bagofwords.util.StringUtils
 
removeIncorrectDash(String) - Static method in class be.bagofwords.util.StringUtils
 
removeProtocol(String) - Static method in class be.bagofwords.util.URLUtils
 
removeRedundantWhiteSpace(String) - Static method in class be.bagofwords.util.StringUtils
 
replaceAll(String, String, MappedText) - Static method in class be.bagofwords.util.StringUtils
 
replaceAll(String, String, MappedText, boolean) - Static method in class be.bagofwords.util.StringUtils
 
replaceHTMLEntities(String) - Static method in class be.bagofwords.util.StringUtils
 
replaceMatches(List<Match>, MappedText) - Static method in class be.bagofwords.util.StringUtils
 
replaceMatches(List<Pair<Integer, Integer>>, String, MappedText) - Static method in class be.bagofwords.util.StringUtils
 
replaceMatches(List<Pair<Integer, Integer>>, String, MappedText, boolean) - Static method in class be.bagofwords.util.StringUtils
 
replaceString(int, int, String, MappedText) - Static method in class be.bagofwords.util.StringUtils
 
reportUnexpectedError(Exception) - Method in class be.bagofwords.application.BaseServer.SocketRequestHandler
 
reset() - Method in class be.bagofwords.text.WordIterator
 
resourceResolver(ResourcePatternResolver) - Method in class be.bagofwords.application.BaseApplicationContextFactory
 
reverseList(HashMap<S, T>) - Static method in class be.bagofwords.util.Utils
 
run() - Method in class be.bagofwords.util.SafeThread
 
run() - Method in interface be.bagofwords.util.Utils.Action
 
runInt() - Method in class be.bagofwords.application.BaseServer
 
runInt() - Method in class be.bagofwords.application.BaseServer.SocketRequestHandler
 
runInt() - Method in class be.bagofwords.util.SafeThread
 
runJob(int, String, DataIterable<T>, Job<T>) - Method in class be.bagofwords.jobs.JobRunner
 
runJob(boolean, int, String, DataIterable<T>, Job<T>) - Method in class be.bagofwords.jobs.JobRunner
 
runJob(String, DataIterable<T>, Job<T>) - Method in class be.bagofwords.jobs.JobRunner
 
runPartitionedJobs(int, int, String, DataIterable<T>, PartitionableJob<T>) - Method in class be.bagofwords.jobs.JobRunner
 
runPartitionedJobs(boolean, int, int, String, DataIterable<T>, PartitionableJob<T>) - Method in class be.bagofwords.jobs.JobRunner
 
runSafely(ApplicationContextFactory) - Static method in class be.bagofwords.application.ApplicationManager
 

S

SafeThread - Class in be.bagofwords.util
 
SafeThread(String, boolean) - Constructor for class be.bagofwords.util.SafeThread
 
saveThreadSamplesToFile() - Method in interface be.bagofwords.application.EnvironmentProperties
 
scan(String) - Method in class be.bagofwords.application.BaseApplicationContextFactory
 
schedulePeriodicTask(Runnable, long) - Method in class be.bagofwords.application.BowTaskScheduler
 
SEND_URL - Static variable in class be.bagofwords.application.status.RegisterUrlsServer
 
SequentialData - Interface in be.bagofwords.text
Created by Koen Deschacht (koendeschacht@gmail.com) on 25/11/14.
SequentialIteratorOfIterators<U> - Class in be.bagofwords.iterator
 
SequentialIteratorOfIterators(List<CloseableIterator<? extends U>>) - Constructor for class be.bagofwords.iterator.SequentialIteratorOfIterators
 
SerializationUtils - Class in be.bagofwords.util
 
SerializationUtils() - Constructor for class be.bagofwords.util.SerializationUtils
 
serializeObject(Object) - Static method in class be.bagofwords.util.SerializationUtils
 
serializeObject(Object, boolean) - Static method in class be.bagofwords.util.SerializationUtils
 
set(T, long) - Method in class be.bagofwords.counts.Counter
 
set(T, double) - Method in class be.bagofwords.counts.DoubleCounter
 
setDebug(boolean) - Method in class be.bagofwords.util.WrappedSocketConnection
 
setDumpHeapToFileWhenMemoryFull(boolean) - Method in class be.bagofwords.application.memory.MemoryManager
 
setErrorOut(String) - Method in class be.bagofwords.util.ExecutionResult
 
setF(S) - Method in class be.bagofwords.util.Pair
 
setFileName(String) - Method in class be.bagofwords.text.MappedText
 
setFirst(S) - Method in class be.bagofwords.util.Pair
 
setForwardingIP(String) - Method in class be.bagofwords.http.URLDownloader
 
setId(String) - Method in class be.bagofwords.text.MappedText
 
setInstance(UI) - Static method in class be.bagofwords.ui.UI
 
setLine(String) - Method in class be.bagofwords.application.status.perf.Trace
 
setMappingToOrig(int[]) - Method in class be.bagofwords.text.MappedText
 
setOutputLevel(UI.Priority) - Method in class be.bagofwords.ui.UI
 
setParent(Trace) - Method in class be.bagofwords.application.status.perf.Trace
 
setPath(String) - Method in class be.bagofwords.text.MappedText
 
setPostData(String) - Method in class be.bagofwords.http.URLDownloader
 
setReturnCode(int) - Method in class be.bagofwords.util.ExecutionResult
 
setS(T) - Method in class be.bagofwords.util.Pair
 
setSecond(T) - Method in class be.bagofwords.util.Pair
 
setStart(int) - Method in class be.bagofwords.text.BowStringImpl
 
setStdOut(String) - Method in class be.bagofwords.util.ExecutionResult
 
setText(char[]) - Method in class be.bagofwords.text.MappedText
 
setText(String) - Method in class be.bagofwords.text.MappedText
 
setUrl(String) - Method in class be.bagofwords.text.MappedText
 
setValue(Double) - Method in class be.bagofwords.cache.fastutil.AbstractLong2DoubleMap.BasicEntry
 
setValue(Float) - Method in class be.bagofwords.cache.fastutil.AbstractLong2FloatMap.BasicEntry
 
setValue(Integer) - Method in class be.bagofwords.cache.fastutil.AbstractLong2IntMap.BasicEntry
 
setValue(Long) - Method in class be.bagofwords.cache.fastutil.AbstractLong2LongMap.BasicEntry
 
setValue(V) - Method in class be.bagofwords.cache.fastutil.AbstractLong2ObjectMap.BasicEntry
 
setValue(V) - Method in interface be.bagofwords.cache.fastutil.LongMap.Entry
 
setValue(T) - Method in class be.bagofwords.util.KeyValue
 
setValuesAsList(List<Pair<T, Long>>) - Method in class be.bagofwords.counts.Counter
 
shiftKeys(int) - Method in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
shiftKeys(int) - Method in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
Shifts left entries with the specified hash code, starting at the specified position, and empties the resulting free entry.
SimpleIterator<T> - Class in be.bagofwords.iterator
 
SimpleIterator() - Constructor for class be.bagofwords.iterator.SimpleIterator
 
singleton(String, Object) - Method in class be.bagofwords.application.BaseApplicationContextFactory
 
size() - Method in class be.bagofwords.cache.DynamicMap
 
size - Variable in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
Number of entries in the set.
size() - Method in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
 
size - Variable in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
Number of entries in the set.
size() - Method in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
 
size - Variable in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
Number of entries in the set.
size() - Method in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
 
size - Variable in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
Number of entries in the set.
size() - Method in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
 
size - Variable in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
Number of entries in the set.
size() - Method in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
 
size() - Method in interface be.bagofwords.cache.fastutil.LongMap
 
size() - Method in class be.bagofwords.cache.ReadCache
 
size() - Method in class be.bagofwords.counts.Counter
 
size() - Method in class be.bagofwords.counts.DoubleCounter
 
size - Variable in class be.bagofwords.counts.SparseVector
 
size() - Method in interface be.bagofwords.text.SequentialData
 
size() - Method in interface be.bagofwords.text.Text
 
SocketRequestHandler(WrappedSocketConnection) - Constructor for class be.bagofwords.application.BaseServer.SocketRequestHandler
 
sortedKeys() - Method in class be.bagofwords.counts.Counter
 
sortedKeys() - Method in class be.bagofwords.counts.DoubleCounter
 
SparseVector - Class in be.bagofwords.counts
 
SparseVector() - Constructor for class be.bagofwords.counts.SparseVector
 
split(int, int, int) - Static method in class be.bagofwords.util.NumUtils
 
split(MappedText, int, int) - Static method in class be.bagofwords.util.StringUtils
 
splitInWords(String, Set<String>) - Static method in class be.bagofwords.util.StringUtils
 
SpringUtils - Class in be.bagofwords.util
 
SpringUtils() - Constructor for class be.bagofwords.util.SpringUtils
 
start - Variable in class be.bagofwords.text.BowStringImpl
 
startHash - Static variable in class be.bagofwords.util.HashUtils
 
StaticFolderConfiguration - Interface in be.bagofwords.web
Created by koen on 10.07.15.
StatusViewable - Interface in be.bagofwords.application.status
 
STRING_NULL - Static variable in class be.bagofwords.util.SerializationUtils
 
stringToBytes(String) - Static method in class be.bagofwords.util.SerializationUtils
 
StringUtils - Class in be.bagofwords.util
 
StringUtils() - Constructor for class be.bagofwords.util.StringUtils
 
subSequence(int, int) - Method in class be.bagofwords.text.BowStringImpl
 
substring(int, int) - Method in interface be.bagofwords.text.Text
 
substring(int) - Method in interface be.bagofwords.text.Text
 
sum(int[]) - Static method in class be.bagofwords.util.NumUtils
 
sum(double[]) - Static method in class be.bagofwords.util.NumUtils
 
sum(ArrayList<Pair<Double, Integer>>) - Static method in class be.bagofwords.util.NumUtils
 
sum(List<Double>) - Static method in class be.bagofwords.util.NumUtils
 
sumLogProbs(double, double) - Static method in class be.bagofwords.util.NumUtils
 
sumLogProbs(double[]) - Static method in class be.bagofwords.util.NumUtils
 
sumOfLongValues(List<Long>) - Static method in class be.bagofwords.util.NumUtils
 

T

terminate() - Method in class be.bagofwords.application.BowTaskScheduler
 
terminate() - Method in interface be.bagofwords.application.CloseableComponent
 
terminate() - Method in class be.bagofwords.application.memory.MemoryManager
 
terminate() - Method in class be.bagofwords.application.status.ListUrlsController
 
terminate() - Method in class be.bagofwords.application.status.perf.ThreadSampleMonitor
 
terminate() - Method in class be.bagofwords.jobs.JobRunner
 
terminate() - Method in class be.bagofwords.util.SafeThread
 
terminate() - Method in class be.bagofwords.web.WebContainer
 
terminateAndWaitForFinish() - Method in class be.bagofwords.util.SafeThread
 
terminateApplication() - Method in class be.bagofwords.application.ApplicationLifeCycle
 
terminateWasRequestedForCurrentThread() - Static method in class be.bagofwords.util.Utils
 
TestSuspendingThreads - Class in be.bagofwords
Created by Koen Deschacht (koendeschacht@gmail.com) on 14/10/14.
TestSuspendingThreads() - Constructor for class be.bagofwords.TestSuspendingThreads
 
text - Variable in class be.bagofwords.text.BowStringImpl
 
text - Variable in class be.bagofwords.text.MappedText
 
Text - Interface in be.bagofwords.text
 
ThreadSampleMonitor - Class in be.bagofwords.application.status.perf
 
ThreadSampleMonitor(EnvironmentProperties, ApplicationContextFactory) - Constructor for class be.bagofwords.application.status.perf.ThreadSampleMonitor
Constructor to be used in spring context
ThreadSampleMonitor(boolean, String, String) - Constructor for class be.bagofwords.application.status.perf.ThreadSampleMonitor
Constructor to be used outside spring context
ThreadSamplesPrinter - Class in be.bagofwords.application.status.perf
 
ThreadSamplesPrinter() - Constructor for class be.bagofwords.application.status.perf.ThreadSamplesPrinter
 
threadSleep(long) - Static method in class be.bagofwords.util.Utils
 
ThreadStatusViewable - Class in be.bagofwords.application.status.perf
 
ThreadStatusViewable() - Constructor for class be.bagofwords.application.status.perf.ThreadStatusViewable
 
TIME_TO_KEEP_ADDRESSES - Static variable in class be.bagofwords.http.ExtraDNSCache
 
TIME_TO_KEEP_NEGATIVE_ADDRESSES - Static variable in class be.bagofwords.http.ExtraDNSCache
 
toByteArray() - Method in interface be.bagofwords.util.ByteArraySerializable
 
toString() - Method in class be.bagofwords.cache.fastutil.AbstractLong2DoubleMap.BasicEntry
 
toString() - Method in class be.bagofwords.cache.fastutil.AbstractLong2FloatMap.BasicEntry
 
toString() - Method in class be.bagofwords.cache.fastutil.AbstractLong2FloatMap
 
toString() - Method in class be.bagofwords.cache.fastutil.AbstractLong2IntMap.BasicEntry
 
toString() - Method in class be.bagofwords.cache.fastutil.AbstractLong2IntMap
 
toString() - Method in class be.bagofwords.cache.fastutil.AbstractLong2LongMap.BasicEntry
 
toString() - Method in class be.bagofwords.cache.fastutil.AbstractLong2LongMap
 
toString() - Method in class be.bagofwords.cache.fastutil.AbstractLong2ObjectMap.BasicEntry
 
toString() - Method in class be.bagofwords.counts.SparseVector
 
toString() - Method in class be.bagofwords.text.BowStringImpl
 
toString() - Method in class be.bagofwords.text.MappedText
 
toString() - Method in class be.bagofwords.util.KeyValue
 
toString() - Method in class be.bagofwords.util.Pair
 
Trace - Class in be.bagofwords.application.status.perf
 
Trace(String, Trace) - Constructor for class be.bagofwords.application.status.perf.Trace
 
Trace() - Constructor for class be.bagofwords.application.status.perf.Trace
 
TransientText - Class in be.bagofwords.text
Throwaway object to hold text
TransientText(String) - Constructor for class be.bagofwords.text.TransientText
 
trim() - Method in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
Rehashes this map if the table is too large.
trim() - Method in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
Rehashes the map, making the table as small as possible.
trim(int) - Method in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
Rehashes this map if the table is too large.
trim(int) - Method in class be.bagofwords.counts.Counter
 
trim(int) - Method in class be.bagofwords.counts.SparseVector
 

U

UI - Class in be.bagofwords.ui
 
UI() - Constructor for class be.bagofwords.ui.UI
 
UI.Priority - Enum in be.bagofwords.ui
 
unescapeFileName(String) - Static method in class be.bagofwords.util.StringUtils
 
unescapeNewLine(String) - Static method in class be.bagofwords.util.StringUtils
 
unescapePathName(String) - Static method in class be.bagofwords.util.StringUtils
 
unescapeTab(String) - Static method in class be.bagofwords.util.StringUtils
 
uniqueId() - Method in interface be.bagofwords.text.BowString
 
UnitTestApplicationContextFactory - Class in be.bagofwords.util
Created by Koen Deschacht (koendeschacht@gmail.com) on 9/4/14.
UnitTestApplicationContextFactory() - Constructor for class be.bagofwords.util.UnitTestApplicationContextFactory
 
unlockRead(long) - Method in class be.bagofwords.util.DataLock
 
unlockReadAll() - Method in class be.bagofwords.util.DataLock
 
unlockWrite(long) - Method in class be.bagofwords.util.DataLock
 
unlockWriteAll() - Method in class be.bagofwords.util.DataLock
 
updateCachedObjects() - Method in class be.bagofwords.cache.ReadCache
 
url - Variable in class be.bagofwords.text.MappedText
 
urlDecode(String) - Static method in class be.bagofwords.util.StringUtils
 
URLDownloader - Class in be.bagofwords.http
 
URLDownloader(String) - Constructor for class be.bagofwords.http.URLDownloader
URLDownloader
URLDownloader(String, String) - Constructor for class be.bagofwords.http.URLDownloader
 
URLDownloader(String, String, String) - Constructor for class be.bagofwords.http.URLDownloader
 
URLDownloader(String, String, String, long, long) - Constructor for class be.bagofwords.http.URLDownloader
 
urlEncode(String) - Static method in class be.bagofwords.util.StringUtils
 
URLUtils - Class in be.bagofwords.util
 
URLUtils() - Constructor for class be.bagofwords.util.URLUtils
 
used - Variable in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
The array telling whether a position is used.
used - Variable in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
The array telling whether a position is used.
used - Variable in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
The array telling whether a position is used.
used - Variable in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
The array telling whether a position is used.
used - Variable in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
The array telling whether a position is used.
Utils - Class in be.bagofwords.util
 
Utils() - Constructor for class be.bagofwords.util.Utils
 
Utils.Action - Interface in be.bagofwords.util
 

V

vals - Variable in class be.bagofwords.counts.SparseVector
 
value - Variable in class be.bagofwords.cache.fastutil.AbstractLong2DoubleMap.BasicEntry
 
value - Variable in class be.bagofwords.cache.fastutil.AbstractLong2FloatMap.BasicEntry
 
value - Variable in class be.bagofwords.cache.fastutil.AbstractLong2IntMap.BasicEntry
 
value - Variable in class be.bagofwords.cache.fastutil.AbstractLong2LongMap.BasicEntry
 
value - Variable in class be.bagofwords.cache.fastutil.AbstractLong2ObjectMap.BasicEntry
 
value - Variable in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
The array of values.
value - Variable in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
The array of values.
value - Variable in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
The array of values.
value - Variable in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
The array of values.
value - Variable in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
The array of values.
valueOf(String) - Static method in enum be.bagofwords.application.memory.MemoryStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum be.bagofwords.iterator.IterableUtils.CombineMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum be.bagofwords.ui.UI.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum be.bagofwords.util.Direction
Returns the enum constant of this type with the specified name.
values() - Static method in enum be.bagofwords.application.memory.MemoryStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class be.bagofwords.cache.fastutil.AbstractLong2DoubleMap
Returns a type-specific-set view of the values of this map.
values() - Method in class be.bagofwords.cache.fastutil.AbstractLong2FloatMap
Returns a type-specific-set view of the values of this map.
values() - Method in class be.bagofwords.cache.fastutil.AbstractLong2IntMap
Returns a type-specific-set view of the values of this map.
values() - Method in class be.bagofwords.cache.fastutil.AbstractLong2LongMap
Returns a type-specific-set view of the values of this map.
values() - Method in class be.bagofwords.cache.fastutil.AbstractLong2ObjectMap
Returns a type-specific-set view of the values of this map.
values() - Method in interface be.bagofwords.cache.fastutil.Long2DoubleMap
Returns a set view of the values contained in this map.
values - Variable in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
Cached collection of values.
values() - Method in class be.bagofwords.cache.fastutil.Long2DoubleOpenHashMap
 
values() - Method in interface be.bagofwords.cache.fastutil.Long2FloatMap
Returns a set view of the values contained in this map.
values - Variable in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
Cached collection of values.
values() - Method in class be.bagofwords.cache.fastutil.Long2FloatOpenHashMap
 
values() - Method in interface be.bagofwords.cache.fastutil.Long2IntMap
Returns a set view of the values contained in this map.
values - Variable in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
Cached collection of values.
values() - Method in class be.bagofwords.cache.fastutil.Long2IntOpenHashMap
 
values() - Method in interface be.bagofwords.cache.fastutil.Long2LongMap
Returns a set view of the values contained in this map.
values - Variable in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
Cached collection of values.
values() - Method in class be.bagofwords.cache.fastutil.Long2LongOpenHashMap
 
values() - Method in interface be.bagofwords.cache.fastutil.Long2ObjectMap
Returns a set view of the values contained in this map.
values - Variable in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
Cached collection of values.
values() - Method in class be.bagofwords.cache.fastutil.Long2ObjectOpenHashMap
 
values() - Method in interface be.bagofwords.cache.fastutil.LongMap
 
values() - Static method in enum be.bagofwords.iterator.IterableUtils.CombineMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum be.bagofwords.ui.UI.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum be.bagofwords.util.Direction
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitForFinish(long) - Method in class be.bagofwords.util.SafeThread
 
waitForFinish() - Method in class be.bagofwords.util.SafeThread
 
waitForSufficientMemory() - Method in class be.bagofwords.application.memory.MemoryManager
This method should be called by methods that consume a lot of memory in order to free up other memory gobblers and prevent an Out-Of-Memory error.
waitUntilTerminated() - Method in class be.bagofwords.application.ApplicationLifeCycle
 
WARNING - Static variable in class be.bagofwords.ui.UI
 
wasClosed() - Method in class be.bagofwords.iterator.CloseableIterator
 
wasStarted() - Method in class be.bagofwords.util.SafeThread
 
WebContainer - Class in be.bagofwords.web
 
WebContainer(int) - Constructor for class be.bagofwords.web.WebContainer
 
WebContainer(String) - Constructor for class be.bagofwords.web.WebContainer
 
WindowOfCounts - Class in be.bagofwords.counts
 
WindowOfCounts(long) - Constructor for class be.bagofwords.counts.WindowOfCounts
 
wireApplicationContext() - Method in interface be.bagofwords.application.ApplicationContextFactory
 
wireApplicationContext() - Method in class be.bagofwords.application.BaseApplicationContextFactory
 
wireApplicationContext() - Method in class be.bagofwords.util.UnitTestApplicationContextFactory
 
WordIterator - Class in be.bagofwords.text
Split a text into words.
WordIterator(String, Set<String>) - Constructor for class be.bagofwords.text.WordIterator
 
WordIterator(Text, Set<String>) - Constructor for class be.bagofwords.text.WordIterator
 
WrappedSocketConnection - Class in be.bagofwords.util
 
WrappedSocketConnection(String, int) - Constructor for class be.bagofwords.util.WrappedSocketConnection
 
WrappedSocketConnection(String, int, boolean, boolean) - Constructor for class be.bagofwords.util.WrappedSocketConnection
 
WrappedSocketConnection(Socket) - Constructor for class be.bagofwords.util.WrappedSocketConnection
 
WrappedSocketConnection(Socket, boolean, boolean) - Constructor for class be.bagofwords.util.WrappedSocketConnection
 
write(String) - Static method in class be.bagofwords.ui.UI
 
write(UI.Priority, String) - Method in class be.bagofwords.ui.UI
 
write(Object) - Static method in class be.bagofwords.ui.UI
 
write() - Static method in class be.bagofwords.ui.UI
 
writeBoolean(boolean) - Method in class be.bagofwords.util.WrappedSocketConnection
 
writeByte(byte) - Method in class be.bagofwords.util.WrappedSocketConnection
 
writeByteArray(byte[]) - Method in class be.bagofwords.util.WrappedSocketConnection
 
writeDebug(String) - Static method in class be.bagofwords.ui.UI
 
writeDouble(double) - Method in class be.bagofwords.util.WrappedSocketConnection
 
writeError(String) - Static method in class be.bagofwords.ui.UI
 
writeError(String, Throwable) - Static method in class be.bagofwords.ui.UI
 
writeError(Exception) - Static method in class be.bagofwords.ui.UI
 
writeFloat(float) - Method in class be.bagofwords.util.WrappedSocketConnection
 
writeHigh(String) - Static method in class be.bagofwords.ui.UI
 
writeInt(byte[], int, int, int) - Static method in class be.bagofwords.util.Utils
 
writeInt(int) - Method in class be.bagofwords.util.WrappedSocketConnection
 
writeLn(UI.Priority, String) - Method in class be.bagofwords.ui.UI
 
writeLong(long) - Method in class be.bagofwords.util.WrappedSocketConnection
 
writeLow(String) - Static method in class be.bagofwords.ui.UI
 
writeNormal(String) - Static method in class be.bagofwords.ui.UI
 
writeObject(Object, OutputStream) - Static method in class be.bagofwords.util.SerializationUtils
Careful! Not compatible with above method to convert objects to byte arrays!
writeOutput(UI.Priority, String) - Method in class be.bagofwords.ui.ConsoleInputFileOutput
 
writeOutput(UI.Priority, String) - Method in class be.bagofwords.ui.ConsoleInputOutput
 
writeOutput(UI.Priority, String) - Method in class be.bagofwords.ui.UI
 
writeStackTrace(String) - Static method in class be.bagofwords.ui.UI
 
writeString(String) - Method in class be.bagofwords.util.WrappedSocketConnection
 
writeValue(T, Class<T>) - Method in class be.bagofwords.util.WrappedSocketConnection
 
writeWarning(String) - Static method in class be.bagofwords.ui.UI
 
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2015. All rights reserved.