- 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
-
- 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
-
- 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
-
- 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
-
- 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.