- activeCount() - Method in class at.molindo.utils.concurrent.KeyLock
-
- activeKeys() - Method in class at.molindo.utils.concurrent.KeyLock
-
- add(Duration) - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Duration
-
Adds a given Duration to this Duration.
- add(Duration) - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Adds the given Duration to this Time object,
moving the time into the future.
- add(E) - Method in class at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentHashSet
-
Adds the specified element to this set if it is not already present.
- add(T) - Method in class at.molindo.utils.collections.CircularQueue
-
overrides first element in queue if queue is full
- add(V) - Method in class at.molindo.utils.collections.CollectionBuilder
-
- add(C, F, Function<? super F, T>) - Static method in class at.molindo.utils.collections.CollectionUtils
-
- add(T, int) - Method in class at.molindo.utils.collections.CounterMap
-
- add(E) - Method in class at.molindo.utils.collections.IdentityHashSet
-
Adds the specified element to this set if it is not already present.
- add(Iterable<T>) - Method in class at.molindo.utils.collections.IterableChain.Builder
-
- add(T) - Method in class at.molindo.utils.collections.IterableChain.Builder
-
- add(T...) - Method in class at.molindo.utils.collections.IterableChain.Builder
-
- add(Iterator<T>) - Method in class at.molindo.utils.collections.IteratorChain.Builder
-
- add(Iterable<T>) - Method in class at.molindo.utils.collections.IteratorChain.Builder
-
- add(T) - Method in class at.molindo.utils.collections.IteratorChain.Builder
-
- add(T...) - Method in class at.molindo.utils.collections.IteratorChain.Builder
-
- add(T, E) - Method in class at.molindo.utils.collections.ListMap
-
- add(T, E) - Method in class at.molindo.utils.collections.SetMap
-
- add(E) - Method in class at.molindo.utils.concurrent.FactoryBlockingQueue
-
Deprecated.
- add(String) - Method in interface at.molindo.utils.crypto.IDigest
-
- add(String, Charset) - Method in interface at.molindo.utils.crypto.IDigest
-
- add(byte[]) - Method in interface at.molindo.utils.crypto.IDigest
-
- add(ByteBuffer) - Method in interface at.molindo.utils.crypto.IDigest
-
- add(String) - Method in interface at.molindo.utils.data.Hash.IHashBuilder
-
- add(String, Charset) - Method in interface at.molindo.utils.data.Hash.IHashBuilder
-
- add(byte[]) - Method in interface at.molindo.utils.data.Hash.IHashBuilder
-
- add(byte[], int, int) - Method in interface at.molindo.utils.data.Hash.IHashBuilder
-
- add(ByteBuffer) - Method in interface at.molindo.utils.data.Hash.IHashBuilder
-
- add(InputStream) - Method in interface at.molindo.utils.data.Hash.IHashBuilder
-
- add(File) - Method in interface at.molindo.utils.data.Hash.IHashBuilder
-
- add(File, Compression) - Method in interface at.molindo.utils.data.Hash.IHashBuilder
-
- addAll(Collection<? extends E>) - Method in class at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentHashSet
-
- addAll(Collection<? extends V>) - Method in class at.molindo.utils.collections.CollectionBuilder
-
- addAll(V...) - Method in class at.molindo.utils.collections.CollectionBuilder
-
- addAll(C, Collection<? extends F>, Function<? super F, T>) - Static method in class at.molindo.utils.collections.CollectionUtils
-
- addAll(C, Iterator<T>) - Static method in class at.molindo.utils.collections.IteratorUtils
-
adds all elements from iter to collection
- addAll(T, Collection<E>) - Method in class at.molindo.utils.collections.ListMap
-
- addAll(T, Collection<E>) - Method in class at.molindo.utils.collections.SetMap
-
- addAll(Collection<? extends E>) - Method in class at.molindo.utils.concurrent.FactoryBlockingQueue
-
Deprecated.
- addParam(String, String) - Method in class at.molindo.utils.tools.UrlBuilder
-
- addParams(LinkedHashMap<String, List<String>>) - Method in class at.molindo.utils.tools.UrlBuilder
-
- addParams(String, String...) - Method in class at.molindo.utils.tools.UrlBuilder
-
- addParams(String, List<String>) - Method in class at.molindo.utils.tools.UrlBuilder
-
- afterFirst(String, String) - Static method in class at.molindo.utils.data.StringUtils
-
- afterLast(String, String) - Static method in class at.molindo.utils.data.StringUtils
-
- append(T[], T) - Static method in class at.molindo.utils.collections.ArrayUtils
-
appends an object to an array
- apply(F) - Method in interface at.molindo.utils.data.Function
-
- apply(F) - Method in interface at.molindo.utils.data.Function2
-
- apply(String) - Method in enum at.molindo.utils.data.FunctionUtils.ParseInt
-
- apply(String) - Method in enum at.molindo.utils.data.FunctionUtils.ToLowerCase
-
- apply(Object) - Method in enum at.molindo.utils.data.FunctionUtils.ToString
-
- apply(String) - Method in enum at.molindo.utils.data.FunctionUtils.ToUpperCase
-
- apply(String) - Method in enum at.molindo.utils.data.FunctionUtils.Trim
-
- approximately(CharSequence) - Static method in class at.molindo.thirdparty.com.eaio.util.text.HumanTime
-
Parses and formats the given char sequence, potentially removing some
data to make the output easier to understand.
- approximately(long) - Static method in class at.molindo.thirdparty.com.eaio.util.text.HumanTime
-
Formats the given time delta, preserving all data.
- ArrayPairList<K,V> - Class in at.molindo.utils.data
-
- ArrayPairList(int) - Constructor for class at.molindo.utils.data.ArrayPairList
-
- ArrayPairList() - Constructor for class at.molindo.utils.data.ArrayPairList
-
- ArrayPairList(K[], V[]) - Constructor for class at.molindo.utils.data.ArrayPairList
-
- ArrayPairList(List<K>, List<V>) - Constructor for class at.molindo.utils.data.ArrayPairList
-
- ArrayPairList(Collection<? extends Pair<K, V>>) - Constructor for class at.molindo.utils.data.ArrayPairList
-
Constructs a list containing the elements of the specified collection, in
the order they are returned by the collection's iterator.
- ArrayUtils - Class in at.molindo.utils.collections
-
- ArrayUtils() - Constructor for class at.molindo.utils.collections.ArrayUtils
-
- AssociatedFileLoader - Class in at.molindo.utils.reflect
-
looks for files next to a certain class, e.g.
- AssociatedFileLoader.AssociatedFile - Class in at.molindo.utils.reflect
-
- AsyncResult<V> - Class in at.molindo.thirdparty.org.springframework.scheduling.annotation
-
A pass-through Future handle that can be used for method
signatures which are declared with a Future return type for asynchronous
execution.
- AsyncResult(V) - Constructor for class at.molindo.thirdparty.org.springframework.scheduling.annotation.AsyncResult
-
Create a new AsyncResult holder.
- at.molindo.thirdparty.com.eaio.util.text - package at.molindo.thirdparty.com.eaio.util.text
-
- at.molindo.thirdparty.org.apache.http.client.utils - package at.molindo.thirdparty.org.apache.http.client.utils
-
- at.molindo.thirdparty.org.apache.tools.bzip2 - package at.molindo.thirdparty.org.apache.tools.bzip2
-
- at.molindo.thirdparty.org.apache.wicket.util.lang - package at.molindo.thirdparty.org.apache.wicket.util.lang
-
- at.molindo.thirdparty.org.apache.wicket.util.time - package at.molindo.thirdparty.org.apache.wicket.util.time
-
- at.molindo.thirdparty.org.apache.wicket.util.value - package at.molindo.thirdparty.org.apache.wicket.util.value
-
- at.molindo.thirdparty.org.compass.core.util.concurrent - package at.molindo.thirdparty.org.compass.core.util.concurrent
-
- at.molindo.thirdparty.org.springframework.core - package at.molindo.thirdparty.org.springframework.core
-
- at.molindo.thirdparty.org.springframework.scheduling.annotation - package at.molindo.thirdparty.org.springframework.scheduling.annotation
-
- at.molindo.thirdparty.org.springframework.web.util - package at.molindo.thirdparty.org.springframework.web.util
-
- at.molindo.utils.collections - package at.molindo.utils.collections
-
- at.molindo.utils.concurrent - package at.molindo.utils.concurrent
-
- at.molindo.utils.crypto - package at.molindo.utils.crypto
-
- at.molindo.utils.data - package at.molindo.utils.data
-
- at.molindo.utils.ex - package at.molindo.utils.ex
-
- at.molindo.utils.io - package at.molindo.utils.io
-
- at.molindo.utils.metric - package at.molindo.utils.metric
-
- at.molindo.utils.metric.percentile - package at.molindo.utils.metric.percentile
-
- at.molindo.utils.net - package at.molindo.utils.net
-
- at.molindo.utils.properties - package at.molindo.utils.properties
-
- at.molindo.utils.reflect - package at.molindo.utils.reflect
-
- at.molindo.utils.system - package at.molindo.utils.system
-
- at.molindo.utils.tools - package at.molindo.utils.tools
-
- cancel(boolean) - Method in class at.molindo.thirdparty.org.springframework.scheduling.annotation.AsyncResult
-
- capacity() - Method in class at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentLinkedHashMap
-
Retrieves the maximum capacity of the map.
- cast(Class<T>, Object[]) - Static method in class at.molindo.utils.collections.IteratorUtils
-
type safe cast from any array to an
Iterable
- cast(Class<T>, Iterable<?>) - Static method in class at.molindo.utils.collections.IteratorUtils
-
- CBZip2InputStream - Class in at.molindo.thirdparty.org.apache.tools.bzip2
-
An input stream that decompresses from the BZip2 format (without the file
header chars) to be read as any other stream.
- CBZip2InputStream(InputStream) - Constructor for class at.molindo.thirdparty.org.apache.tools.bzip2.CBZip2InputStream
-
Constructs a new CBZip2InputStream which decompresses bytes read from the
specified stream.
- CBZip2OutputStream - Class in at.molindo.thirdparty.org.apache.tools.bzip2
-
An output stream that compresses into the BZip2 format (without the file
header chars) into another stream.
- CBZip2OutputStream(OutputStream) - Constructor for class at.molindo.thirdparty.org.apache.tools.bzip2.CBZip2OutputStream
-
Constructs a new CBZip2OutputStream with a blocksize of 900k.
- CBZip2OutputStream(OutputStream, int) - Constructor for class at.molindo.thirdparty.org.apache.tools.bzip2.CBZip2OutputStream
-
Constructs a new CBZip2OutputStream with specified blocksize.
- chain(Iterator<? extends T>...) - Static method in class at.molindo.utils.collections.IteratorUtils
-
- chain(Iterable<Iterator<? extends T>>) - Static method in class at.molindo.utils.collections.IteratorUtils
-
- chain(Iterator<Iterator<? extends T>>) - Static method in class at.molindo.utils.collections.IteratorUtils
-
- chain(Function<F, I>, Function<I, T>) - Static method in class at.molindo.utils.data.FunctionUtils
-
- chainIterables(Iterable<? extends Iterable<T>>) - Static method in class at.molindo.utils.collections.IterableChain
-
- chainIterables(Iterable<? extends Iterable<T>>) - Static method in class at.molindo.utils.collections.IteratorChain
-
- chainIterables(Iterator<? extends Iterable<T>>) - Static method in class at.molindo.utils.collections.IteratorChain
-
- CharsetUtils - Class in at.molindo.utils.io
-
- checkNull(Short) - Static method in class at.molindo.utils.data.NumberUtils
-
- checkNull(Integer) - Static method in class at.molindo.utils.data.NumberUtils
-
- checkNull(Long) - Static method in class at.molindo.utils.data.NumberUtils
-
- checkNull(Float) - Static method in class at.molindo.utils.data.NumberUtils
-
- checkNull(Double) - Static method in class at.molindo.utils.data.NumberUtils
-
- chooseBlockSize(long) - Static method in class at.molindo.thirdparty.org.apache.tools.bzip2.CBZip2OutputStream
-
Chooses a blocksize based on the given length of the data to compress.
- CircularQueue<T> - Class in at.molindo.utils.collections
-
Queue implementation that uses a single, fixed-size buffer as if it
were connected end-to-end.
- CircularQueue(int) - Constructor for class at.molindo.utils.collections.CircularQueue
-
create a new queue with the given capacity
- ClassMap<V> - Class in at.molindo.utils.collections
-
- ClassMap() - Constructor for class at.molindo.utils.collections.ClassMap
-
- ClassMap(int, float) - Constructor for class at.molindo.utils.collections.ClassMap
-
- ClassMap(int) - Constructor for class at.molindo.utils.collections.ClassMap
-
- ClassMap(Map<? extends Class<?>, ? extends V>) - Constructor for class at.molindo.utils.collections.ClassMap
-
- ClassUtils - Class in at.molindo.utils.reflect
-
- clear() - Method in class at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentHashSet
-
Removes all of the elements from this set.
- clear() - Method in class at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentLinkedHashMap
- clear() - Method in class at.molindo.utils.collections.CircularQueue
-
- clear() - Method in class at.molindo.utils.collections.IdentityHashSet
-
Removes all of the elements from this set.
- clear() - Method in class at.molindo.utils.collections.ListMap
-
- clear() - Method in class at.molindo.utils.collections.MapMap
-
- clear() - Method in class at.molindo.utils.collections.SetMap
-
- clear() - Method in class at.molindo.utils.concurrent.BoundedPriorityBlockingQueue
-
Atomically removes all of the elements from this queue.
- clear() - Method in class at.molindo.utils.concurrent.FactoryBlockingQueue
-
Deprecated.
- clear() - Method in class at.molindo.utils.metric.percentile.IntervalPercentileCounter
-
- clear() - Method in interface at.molindo.utils.metric.percentile.IPercentileCounter
-
- clear() - Method in class at.molindo.utils.metric.percentile.PercentileCounter
-
- clear() - Method in class at.molindo.utils.metric.percentile.UnmodifiablePercentileCounterWrapper
-
- CLEARMASK - Static variable in class at.molindo.thirdparty.org.apache.tools.bzip2.CBZip2OutputStream
-
This constant is accessible by subclasses for historical purposes.
- clearParams() - Method in class at.molindo.utils.tools.UrlBuilder
-
- clone() - Method in class at.molindo.thirdparty.com.eaio.util.text.HumanTime
-
Deep-clones this object.
- clone() - Method in class at.molindo.utils.collections.IdentityHashSet
-
Returns a shallow copy of this HashSet instance: the elements
themselves are not cloned.
- clone() - Method in class at.molindo.utils.tools.UrlBuilder
-
- close() - Method in class at.molindo.thirdparty.org.apache.tools.bzip2.CBZip2InputStream
-
- close() - Method in class at.molindo.thirdparty.org.apache.tools.bzip2.CBZip2OutputStream
-
- close(Closeable...) - Static method in class at.molindo.utils.io.ReaderUtils
-
- close(Iterable<Closeable>) - Static method in class at.molindo.utils.io.ReaderUtils
-
- close(Closeable) - Static method in class at.molindo.utils.io.ReaderUtils
-
- close(Closeable...) - Static method in class at.molindo.utils.io.StreamUtils
-
- close(Iterable<Closeable>) - Static method in class at.molindo.utils.io.StreamUtils
-
- close(Closeable) - Static method in class at.molindo.utils.io.StreamUtils
-
- CollectionBuilder<V,C extends Collection<V>> - Class in at.molindo.utils.collections
-
- CollectionBuilder(C) - Constructor for class at.molindo.utils.collections.CollectionBuilder
-
- CollectionUtils - Class in at.molindo.utils.collections
-
- comparator() - Method in class at.molindo.utils.collections.SortedListMap
-
- comparator() - Method in class at.molindo.utils.collections.SortedSetMap
-
- comparator() - Method in class at.molindo.utils.concurrent.BoundedPriorityBlockingQueue
-
Returns the comparator used to order the elements in this queue, or
null if this queue uses the
natural
ordering of its elements.
- ComparatorUtils - Class in at.molindo.utils.data
-
- ComparatorUtils() - Constructor for class at.molindo.utils.data.ComparatorUtils
-
- compareTo(HumanTime) - Method in class at.molindo.thirdparty.com.eaio.util.text.HumanTime
-
Compares this HumanTime to another HumanTime.
- compareTo(IntValue) - Method in class at.molindo.thirdparty.org.apache.wicket.util.value.IntValue
-
- compareTo(LongValue) - Method in class at.molindo.thirdparty.org.apache.wicket.util.value.LongValue
-
Compares this Object to a given Object.
- CompositeInputStream - Class in at.molindo.utils.io
-
- CompositeInputStream(InputStream...) - Constructor for class at.molindo.utils.io.CompositeInputStream
-
- compress(OutputStream, Compression) - Static method in class at.molindo.utils.io.StreamUtils
-
- Compression - Enum in at.molindo.utils.io
-
- compression(File) - Static method in class at.molindo.utils.io.FileUtils
-
- compression(String) - Static method in class at.molindo.utils.io.FileUtils
-
- ConcurrentHashSet<E> - Class in at.molindo.thirdparty.org.compass.core.util.concurrent
-
- ConcurrentHashSet() - Constructor for class at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentHashSet
-
Constructs a new, empty set; the backing HashMap instance has
default initial capacity (16) and load factor (0.75).
- ConcurrentLinkedHashMap<K,V> - Class in at.molindo.thirdparty.org.compass.core.util.concurrent
-
A
ConcurrentMap with a doubly-linked list running through its
entries.
- ConcurrentLinkedHashMap(ConcurrentLinkedHashMap.EvictionPolicy, int, ConcurrentLinkedHashMap.EvictionListener<K, V>...) - Constructor for class at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentLinkedHashMap
-
Creates a new, empty, unbounded map with the specified maximum capacity
and the default concurrencyLevel.
- ConcurrentLinkedHashMap(ConcurrentLinkedHashMap.EvictionPolicy, int, int, ConcurrentLinkedHashMap.EvictionListener<K, V>...) - Constructor for class at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentLinkedHashMap
-
Creates a new, empty, unbounded map with the specified maximum capacity
and concurrency level.
- ConcurrentLinkedHashMap.EvictionListener<K,V> - Interface in at.molindo.thirdparty.org.compass.core.util.concurrent
-
A listener registered for notification when an entry is evicted.
- ConcurrentLinkedHashMap.EvictionPolicy - Enum in at.molindo.thirdparty.org.compass.core.util.concurrent
-
The replacement policy to apply to determine which entry to discard to
when the capacity has been reached.
- contains(Object) - Method in class at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentHashSet
-
Returns true if this set contains the specified element.
- contains(T) - Method in class at.molindo.utils.collections.CounterMap
-
- contains(Object) - Method in class at.molindo.utils.collections.IdentityHashSet
-
Returns true if this set contains the specified element.
- contains(Object) - Method in class at.molindo.utils.concurrent.BoundedPriorityBlockingQueue
-
Returns true if this queue contains the specified element.
- contains(Object) - Method in class at.molindo.utils.concurrent.FactoryBlockingQueue
-
Deprecated.
- containsAll(Collection<?>) - Method in class at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentHashSet
-
- containsAll(Collection<?>) - Method in class at.molindo.utils.concurrent.FactoryBlockingQueue
-
Deprecated.
- containsAllKeys(Iterable<K>) - Method in interface at.molindo.utils.collections.IBusinessKeySet
-
- containsKey(Object) - Method in class at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentLinkedHashMap
- containsKey(K) - Method in interface at.molindo.utils.collections.IBusinessKeySet
-
- containsKey(Object) - Method in class at.molindo.utils.collections.ListMap
-
- containsKey(Object) - Method in class at.molindo.utils.collections.MapMap
-
- containsKey(Object) - Method in class at.molindo.utils.collections.SetMap
-
- containsValue(Object) - Method in class at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentLinkedHashMap
- containsValue(Object) - Method in class at.molindo.utils.collections.ListMap
-
- containsValue(Object) - Method in class at.molindo.utils.collections.MapMap
-
- containsValue(Object) - Method in class at.molindo.utils.collections.SetMap
-
- ConversionUtils - Class in at.molindo.utils.data
-
- copy(Object) - Static method in class at.molindo.utils.data.SerializationUtils
-
- copy(T, Class<T>) - Static method in class at.molindo.utils.data.SerializationUtils
-
- copy(T, Class<T>, int) - Static method in class at.molindo.utils.data.SerializationUtils
-
- copy(InputStream, OutputStream) - Static method in class at.molindo.utils.io.StreamUtils
-
- copy(InputStream, OutputStream, int) - Static method in class at.molindo.utils.io.StreamUtils
-
- cost(char[], int, char[], int) - Static method in class at.molindo.utils.data.StringSimilarityUtils
-
get cost between characters where d(i,j) = 1 if i does not equals j, 0 if
i equals j.
- CounterMap<T> - Class in at.molindo.utils.collections
-
- CounterMap() - Constructor for class at.molindo.utils.collections.CounterMap
-
- CounterMap(Collection<T>) - Constructor for class at.molindo.utils.collections.CounterMap
-
- CounterMap(Collection<T>, int) - Constructor for class at.molindo.utils.collections.CounterMap
-
- countersIterator() - Method in class at.molindo.utils.metric.percentile.IntervalPercentileCounter
-
- create() - Static method in class at.molindo.utils.collections.ClassMap
-
- create(int, float) - Static method in class at.molindo.utils.collections.ClassMap
-
- create(int) - Static method in class at.molindo.utils.collections.ClassMap
-
- create(Map<? extends Class<?>, ? extends V>) - Static method in class at.molindo.utils.collections.ClassMap
-
- create() - Method in class at.molindo.utils.concurrent.FactoryBlockingQueue
-
Deprecated.
- create(Class<T>, int) - Static method in class at.molindo.utils.concurrent.ObjectPool
-
create an ObjectPool that uses the default constructor of the passed
class
- create() - Method in class at.molindo.utils.concurrent.ObjectPool
-
- create() - Static method in class at.molindo.utils.data.ArrayPairList
-
- create(K[], V[]) - Static method in class at.molindo.utils.data.ArrayPairList
-
- create(List<K>, List<V>) - Static method in class at.molindo.utils.data.ArrayPairList
-
- create() - Static method in class at.molindo.utils.data.LinkedPairList
-
- createURI(String, String, int, String, String, String) - Static method in class at.molindo.thirdparty.org.apache.http.client.utils.URIUtils
-
Constructs a
URI using all the parameters.
- createWithCapacity(int) - Static method in class at.molindo.utils.data.ArrayPairList
-
- CryptoUtils - Class in at.molindo.utils.crypto
-
- currentMillis() - Method in class at.molindo.utils.metric.percentile.IntervalPercentileCounter
-
- elapsed(Time) - Static method in class at.molindo.thirdparty.org.apache.wicket.util.time.Duration
-
Calculates the amount of time elapsed since start time.
- elapsedSince() - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Calculates the amount of time that has elapsed since this
Time value.
- element() - Method in class at.molindo.utils.collections.CircularQueue
-
- element() - Method in class at.molindo.utils.concurrent.FactoryBlockingQueue
-
Deprecated.
- empty(T[]) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- empty(byte[]) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- empty(int[]) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- empty(short[]) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- empty(long[]) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- empty(float[]) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- empty(double[]) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- empty(char[]) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- empty(Collection<?>) - Static method in class at.molindo.utils.collections.CollectionUtils
-
- empty(Map<?, ?>) - Static method in class at.molindo.utils.collections.CollectionUtils
-
- empty() - Static method in class at.molindo.utils.collections.IteratorUtils
-
- empty(Class<T>) - Static method in class at.molindo.utils.collections.IteratorUtils
-
- empty(String) - Static method in class at.molindo.utils.data.StringUtils
-
- EMPTY_ITERABLE - Static variable in class at.molindo.utils.collections.IteratorUtils
-
- EMPTY_ITERATOR - Static variable in class at.molindo.utils.collections.IteratorUtils
-
- emptyIterable() - Static method in class at.molindo.utils.collections.IteratorUtils
-
- emptyIterable(Class<T>) - Static method in class at.molindo.utils.collections.IteratorUtils
-
- encode(URLCoder, String) - Static method in class at.molindo.utils.tools.UrlBuilder
-
- encode(String, String) - Method in enum at.molindo.utils.tools.URLCoder
-
- encode(String) - Method in enum at.molindo.utils.tools.URLCoder
-
- encodeAll(URLCoder, List<String>) - Static method in class at.molindo.utils.tools.UrlBuilder
-
- encodeFragment(String, String) - Static method in class at.molindo.thirdparty.org.springframework.web.util.UriUtils
-
Encodes the given URI fragment.
- encodeHost(String, String) - Static method in class at.molindo.thirdparty.org.springframework.web.util.UriUtils
-
Encodes the given URI host.
- encodeHttpUrl(String, String) - Static method in class at.molindo.thirdparty.org.springframework.web.util.UriUtils
-
Encodes the given HTTP URI into an encoded String.
- encodePath(String, String) - Static method in class at.molindo.thirdparty.org.springframework.web.util.UriUtils
-
Encodes the given URI path.
- encodePathSegment(String, String) - Static method in class at.molindo.thirdparty.org.springframework.web.util.UriUtils
-
Encodes the given URI path segment.
- encodePort(String, String) - Static method in class at.molindo.thirdparty.org.springframework.web.util.UriUtils
-
Encodes the given URI port.
- encodeQuery(String, String) - Static method in class at.molindo.thirdparty.org.springframework.web.util.UriUtils
-
Encodes the given URI query.
- encodeQueryParam(String, String) - Static method in class at.molindo.thirdparty.org.springframework.web.util.UriUtils
-
Encodes the given URI query parameter.
- encodeScheme(String, String) - Static method in class at.molindo.thirdparty.org.springframework.web.util.UriUtils
-
Encodes the given URI scheme.
- encodeUri(String, String) - Static method in class at.molindo.thirdparty.org.springframework.web.util.UriUtils
-
Encodes the given source URI into an encoded String.
- encodeUriComponents(String, String, String, String, String, String, String, String, String) - Static method in class at.molindo.thirdparty.org.springframework.web.util.UriUtils
-
Encodes the given source URI components into an encoded String.
- encodeUserInfo(String, String) - Static method in class at.molindo.thirdparty.org.springframework.web.util.UriUtils
-
Encodes the given URI user info.
- endWith(String, String) - Static method in class at.molindo.utils.data.StringUtils
-
- entrySet() - Method in class at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentLinkedHashMap
- entrySet() - Method in class at.molindo.utils.collections.ListMap
-
- entrySet() - Method in class at.molindo.utils.collections.MapMap
-
- entrySet() - Method in class at.molindo.utils.collections.SetMap
-
- equals(Object) - Method in class at.molindo.thirdparty.com.eaio.util.text.HumanTime
-
- equals(Object) - Method in class at.molindo.thirdparty.org.apache.wicket.util.value.IntValue
-
Compares this Object to a given Object.
- equals(Object) - Method in class at.molindo.thirdparty.org.apache.wicket.util.value.LongValue
-
Tests for equality.
- equals(byte[], byte[], int, int) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- equals(Iterable<?>, Iterable<?>) - Static method in class at.molindo.utils.collections.IteratorUtils
-
- equals(Iterator<?>, Iterator<?>) - Static method in class at.molindo.utils.collections.IteratorUtils
-
- equals(Object) - Method in class at.molindo.utils.collections.ListMap
-
- equals(Object) - Method in class at.molindo.utils.collections.MapMap
-
- equals(Object) - Method in class at.molindo.utils.collections.SetMap
-
- equals(Object) - Method in class at.molindo.utils.data.Hash
-
- equals(Object, Object) - Static method in class at.molindo.utils.data.ObjectUtils
-
null-safe equals
- equals(Object) - Method in class at.molindo.utils.data.Pair
-
- equals(String, String) - Static method in class at.molindo.utils.data.StringUtils
-
null-safe equals
- equals(InputStream, InputStream) - Static method in class at.molindo.utils.io.StreamUtils
-
- equals(InputStream, InputStream, int) - Static method in class at.molindo.utils.io.StreamUtils
-
- equals(Object) - Method in class at.molindo.utils.metric.percentile.Percentile
-
- equals(Object) - Method in class at.molindo.utils.metric.percentile.UnmodifiablePercentileCounterWrapper
-
- equalsIgnoreCase(String, String) - Static method in class at.molindo.utils.data.StringUtils
-
null-safe equalsIgnoreCase
- estimatePercentile(double) - Method in class at.molindo.utils.metric.percentile.IntervalPercentileCounter
-
- estimatePercentile(double) - Method in interface at.molindo.utils.metric.percentile.IPercentileCounter
-
- estimatePercentile(double) - Method in class at.molindo.utils.metric.percentile.PercentileCounter
-
- estimatePercentile(double) - Method in class at.molindo.utils.metric.percentile.UnmodifiablePercentileCounterWrapper
-
- eval(CharSequence) - Static method in class at.molindo.thirdparty.com.eaio.util.text.HumanTime
-
- exactly(CharSequence) - Static method in class at.molindo.thirdparty.com.eaio.util.text.HumanTime
-
Parses and formats the given char sequence, preserving all data.
- exactly(long) - Static method in class at.molindo.thirdparty.com.eaio.util.text.HumanTime
-
Formats the given time delta, preserving all data.
- ExceptionUtils - Class in at.molindo.utils.data
-
- extension(File) - Static method in class at.molindo.utils.io.FileUtils
-
- extension(String) - Static method in class at.molindo.utils.io.FileUtils
-
- extensionFull(File) - Static method in class at.molindo.utils.io.FileUtils
-
- extensionFull(String) - Static method in class at.molindo.utils.io.FileUtils
-
- extractClass(Class<?>, Type) - Static method in class at.molindo.thirdparty.org.springframework.core.GenericTypeResolver
-
Extract a class instance from given Type.
- G_SIZE - Static variable in interface at.molindo.thirdparty.org.apache.tools.bzip2.BZip2Constants
-
- GenericTypeResolver - Class in at.molindo.thirdparty.org.springframework.core
-
Helper class for resolving generic types against type variables.
- GenericTypeResolver() - Constructor for class at.molindo.thirdparty.org.springframework.core.GenericTypeResolver
-
- get(Calendar, int) - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Retrieves the value of a field from the given Calendar.
- get(int) - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Retrieves the value of a field.
- get(Object) - Method in class at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentLinkedHashMap
- get() - Method in class at.molindo.thirdparty.org.springframework.scheduling.annotation.AsyncResult
-
- get(long, TimeUnit) - Method in class at.molindo.thirdparty.org.springframework.scheduling.annotation.AsyncResult
-
- get(T[], int) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- get(T[], int, T) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- get(byte[], int) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- get(byte[], int, byte) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- get(int[], int) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- get(int[], int, int) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- get(short[], int) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- get(short[], int, short) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- get(long[], int) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- get(long[], int, long) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- get(float[], int) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- get(float[], int, float) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- get(double[], int) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- get(double[], int, double) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- get(char[], int) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- get(char[], int, char) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- get() - Method in class at.molindo.utils.collections.CollectionBuilder
-
- get(T) - Method in class at.molindo.utils.collections.CounterMap
-
- get(Object) - Method in class at.molindo.utils.collections.ListMap
-
- get() - Method in class at.molindo.utils.collections.MapBuilder
-
- get(Object) - Method in class at.molindo.utils.collections.MapMap
-
- get(K1, K2) - Method in class at.molindo.utils.collections.MapMap
-
- get(Object) - Method in class at.molindo.utils.collections.SetMap
-
- get() - Method in class at.molindo.utils.concurrent.ObjectPool
-
- get(List<T>) - Static method in class at.molindo.utils.data.RandomUtils
-
- get(List<T>, int, boolean) - Static method in class at.molindo.utils.data.RandomUtils
-
- get() - Method in enum at.molindo.utils.properties.SystemProperty
-
- get(String) - Method in enum at.molindo.utils.properties.SystemProperty
-
- getAlgorithm() - Method in class at.molindo.utils.data.Hash
-
- getAllMessages(Throwable) - Static method in class at.molindo.utils.data.ExceptionUtils
-
- getApproximately() - Method in class at.molindo.thirdparty.com.eaio.util.text.HumanTime
-
Returns an approximate, human-formatted representation of the time delta.
- getApproximately(T) - Method in class at.molindo.thirdparty.com.eaio.util.text.HumanTime
-
Appends an approximate, human-formatted representation of the time delta
to the given
Appendable object.
- getArray() - Method in class at.molindo.utils.metric.HourlyCounterBean
-
- getBlockSize() - Method in class at.molindo.thirdparty.org.apache.tools.bzip2.CBZip2OutputStream
-
Returns the blocksize parameter specified at construction time.
- getBoolean() - Method in enum at.molindo.utils.properties.SystemProperty
-
- getBoolean(Boolean) - Method in enum at.molindo.utils.properties.SystemProperty
-
- getBusinessKey() - Method in interface at.molindo.utils.collections.IBusinessKey
-
- getBytes() - Method in class at.molindo.utils.data.Hash
-
- getClassLoader() - Static method in class at.molindo.utils.reflect.ClassUtils
-
- getClassLoader(Class<?>) - Static method in class at.molindo.utils.reflect.ClassUtils
-
- getClassLoader(Thread) - Static method in class at.molindo.utils.reflect.ClassUtils
-
- getClassLoader(Thread, Class<?>) - Static method in class at.molindo.utils.reflect.ClassUtils
-
- getClasspathResource(Class<?>, String) - Static method in class at.molindo.utils.reflect.ClassUtils
-
- getClasspathResourceAsStream(Class<?>, String) - Static method in class at.molindo.utils.reflect.ClassUtils
-
- getClasspathResources(Class<?>, String) - Static method in class at.molindo.utils.reflect.ClassUtils
-
- getClassWithoutProxy(Object) - Static method in class at.molindo.utils.reflect.ProxyUtil
-
- getClassWithoutProxy(Object, ClassLoader) - Static method in class at.molindo.utils.reflect.ProxyUtil
-
- getClassWithoutProxy(Class<T>, T) - Static method in class at.molindo.utils.reflect.ProxyUtil
-
- getClassWithoutProxy(Class<T>, T, ClassLoader) - Static method in class at.molindo.utils.reflect.ProxyUtil
-
- getConstructor() - Method in class at.molindo.thirdparty.org.springframework.core.MethodParameter
-
Return the wrapped Constructor, if any.
- getCount(T) - Method in class at.molindo.utils.collections.CounterMap
-
- getCount() - Method in class at.molindo.utils.metric.HourlyCounter
-
- getCount(int) - Method in class at.molindo.utils.metric.HourlyCounter
-
e.g.
- getCount() - Method in interface at.molindo.utils.metric.ICounter
-
- getCounters() - Method in class at.molindo.utils.metric.Statistics
-
- getCurrentIndex() - Method in class at.molindo.utils.metric.HourlyCounterBean
-
- getData() - Method in class at.molindo.utils.metric.HourlyCounter
-
- getDayOfMonth() - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Retrieves the day of month field of the current Calendar.
- getDayOfMonth(Calendar) - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Retrieves the day of month field of the given Calendar.
- getDeclaringClass() - Method in class at.molindo.thirdparty.org.springframework.core.MethodParameter
-
Return the class that declares the underlying Method or Constructor.
- getDefault() - Method in enum at.molindo.utils.properties.SystemProperty
-
the default return value if property is not set.
- getDelta() - Method in class at.molindo.thirdparty.com.eaio.util.text.HumanTime
-
Returns the time delta.
- getDouble() - Method in enum at.molindo.utils.properties.SystemProperty
-
- getDouble(Double) - Method in enum at.molindo.utils.properties.SystemProperty
-
- getExactly() - Method in class at.molindo.thirdparty.com.eaio.util.text.HumanTime
-
Returns a human-formatted representation of the time delta.
- getExactly(T) - Method in class at.molindo.thirdparty.com.eaio.util.text.HumanTime
-
Appends a human-formatted representation of the time delta to the given
Appendable object.
- getFile() - Method in enum at.molindo.utils.properties.SystemProperty
-
- getFile(String) - Method in enum at.molindo.utils.properties.SystemProperty
-
- getFirst() - Method in class at.molindo.utils.data.Pair
-
- getFloat() - Method in enum at.molindo.utils.properties.SystemProperty
-
- getFloat(Float) - Method in enum at.molindo.utils.properties.SystemProperty
-
- getGenericParameterType() - Method in class at.molindo.thirdparty.org.springframework.core.MethodParameter
-
Return the generic type of the method/constructor parameter.
- getGranularity() - Method in class at.molindo.utils.metric.HourlyCounter
-
- getGranularity() - Method in class at.molindo.utils.metric.HourlyCounterBean
-
- getHost() - Method in class at.molindo.utils.tools.UrlBuilder
-
- getHour() - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Retrieves the hour field of the current Calendar.
- getHour(Calendar) - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Retrieves the hour field of the given Calendar.
- getHours() - Method in class at.molindo.utils.metric.HourlyCounter
-
- getHours() - Method in class at.molindo.utils.metric.HourlyCounterBean
-
- getInteger() - Method in enum at.molindo.utils.properties.SystemProperty
-
- getInteger(Integer) - Method in enum at.molindo.utils.properties.SystemProperty
-
- getIntervalPercentileCounters() - Method in class at.molindo.utils.metric.Statistics
-
- getKey() - Method in exception at.molindo.utils.concurrent.KeyLock.KeyLockedException
-
- getKey() - Method in class at.molindo.utils.data.Pair
-
- getLimit() - Method in class at.molindo.utils.metric.percentile.Percentile
-
- getLimits() - Method in interface at.molindo.utils.metric.percentile.IIntervalPercentileCounter
-
- getLimits() - Method in class at.molindo.utils.metric.percentile.IntervalPercentileCounter
-
- getLimits() - Method in class at.molindo.utils.metric.percentile.PercentileCounter
-
- getLimits() - Method in class at.molindo.utils.metric.percentile.UnmodifiableIntervalPercentileCounterWrapper
-
- getList(T) - Method in class at.molindo.utils.collections.ListMap
-
- getLocalHostName() - Static method in class at.molindo.utils.net.DnsUtils
-
best effort method to determine host name of localhost.
- getLong() - Method in enum at.molindo.utils.properties.SystemProperty
-
- getLong(Long) - Method in enum at.molindo.utils.properties.SystemProperty
-
- getMap() - Method in interface at.molindo.utils.collections.IBusinessKeySet
-
- getMap() - Method in class at.molindo.utils.collections.ListMap
-
- getMap() - Method in class at.molindo.utils.collections.MapMap
-
- getMap(K1) - Method in class at.molindo.utils.collections.MapMap
-
- getMap() - Method in class at.molindo.utils.collections.SetMap
-
- getMap() - Method in class at.molindo.utils.collections.SortedListMap
-
- getMap() - Method in class at.molindo.utils.collections.SortedSetMap
-
- getMax() - Method in class at.molindo.utils.collections.CounterMap
-
- getMax() - Method in class at.molindo.utils.metric.HourlyCounter
-
max val of previous hours (getCount() might return a greater value)
- getMax() - Method in class at.molindo.utils.metric.HourlyCounterBean
-
- getMethod() - Method in class at.molindo.thirdparty.org.springframework.core.MethodParameter
-
Return the wrapped Method, if any.
- getMethodAnnotation(Class<T>) - Method in class at.molindo.thirdparty.org.springframework.core.MethodParameter
-
Return the method/constructor annotation of the given type, if available.
- getMethodAnnotations() - Method in class at.molindo.thirdparty.org.springframework.core.MethodParameter
-
Return the annotations associated with the target method/constructor
itself.
- getMin() - Method in class at.molindo.utils.metric.HourlyCounter
-
min val of previous hours (getCount() might return a lower value)
- getMin() - Method in class at.molindo.utils.metric.HourlyCounterBean
-
- getMinute() - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Retrieves the minute field of the current Calendar.
- getMinute(Calendar) - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Retrieves the minute field of the given Calendar.
- getMonth() - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Retrieves the month field of the current Calendar.
- getMonth(Calendar) - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Retrieves the month field of the given Calendar.
- getName() - Method in enum at.molindo.utils.crypto.DigestAlgorithm
-
- getName() - Method in enum at.molindo.utils.data.Hash.Algorithm
-
- getName() - Method in enum at.molindo.utils.properties.SystemProperty
-
- getName() - Method in class at.molindo.utils.reflect.AssociatedFileLoader.AssociatedFile
-
- getNestingLevel() - Method in class at.molindo.thirdparty.org.springframework.core.MethodParameter
-
Return the nesting level of the target type (typically 1; e.g.
- getOwner() - Method in class at.molindo.utils.reflect.AssociatedFileLoader.AssociatedFile
-
- getPackageResourcePath(Class<?>, String) - Static method in class at.molindo.utils.reflect.ClassUtils
-
- getParameterAnnotation(Class<T>) - Method in class at.molindo.thirdparty.org.springframework.core.MethodParameter
-
Return the parameter annotation of the given type, if available.
- getParameterAnnotations() - Method in class at.molindo.thirdparty.org.springframework.core.MethodParameter
-
Return the annotations associated with the specific method/constructor
parameter.
- getParameterIndex() - Method in class at.molindo.thirdparty.org.springframework.core.MethodParameter
-
Return the index of the method/constructor parameter.
- getParameterName() - Method in class at.molindo.thirdparty.org.springframework.core.MethodParameter
-
Return the name of the method/constructor parameter.
- getParameterNames(Method) - Method in interface at.molindo.thirdparty.org.springframework.core.ParameterNameDiscoverer
-
Return parameter names for this method, or null if they
cannot be determined.
- getParameterNames(Constructor<?>) - Method in interface at.molindo.thirdparty.org.springframework.core.ParameterNameDiscoverer
-
Return parameter names for this constructor, or null if they
cannot be determined.
- getParameterType() - Method in class at.molindo.thirdparty.org.springframework.core.MethodParameter
-
Return the type of the method/constructor parameter.
- getParams() - Method in class at.molindo.utils.tools.UrlBuilder
-
- getPassword() - Method in class at.molindo.utils.tools.UrlBuilder
-
- getPath() - Method in class at.molindo.utils.reflect.AssociatedFileLoader.AssociatedFile
-
- getPath() - Method in class at.molindo.utils.tools.UrlBuilder
-
- getPercentage() - Method in class at.molindo.utils.metric.percentile.Percentile
-
- getPid() - Static method in class at.molindo.utils.system.RuntimeUtils
-
- getPort() - Method in class at.molindo.utils.tools.UrlBuilder
-
- getProtocol() - Method in class at.molindo.utils.tools.UrlBuilder
-
- getSecond() - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Retrieves the seconds field of the current Calendar.
- getSecond(Calendar) - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Retrieves the seconds field of the given Calendar.
- getSecond() - Method in class at.molindo.utils.data.Pair
-
- getSet(T) - Method in class at.molindo.utils.collections.SetMap
-
- getSum() - Method in class at.molindo.utils.metric.percentile.Percentile
-
- getTargetType(MethodParameter) - Static method in class at.molindo.thirdparty.org.springframework.core.GenericTypeResolver
-
Determine the target type for the given parameter specification.
- getTitle() - Method in class at.molindo.utils.metric.HourlyCounter
-
- getTitle() - Method in interface at.molindo.utils.metric.ICounter
-
- getTitle() - Method in class at.molindo.utils.metric.percentile.IntervalPercentileCounter
-
- getTitle() - Method in interface at.molindo.utils.metric.percentile.IPercentileCounter
-
- getTitle() - Method in class at.molindo.utils.metric.percentile.PercentileCounter
-
- getTitle() - Method in class at.molindo.utils.metric.percentile.UnmodifiablePercentileCounterWrapper
-
- getTotal() - Method in class at.molindo.utils.metric.percentile.IntervalPercentileCounter
-
- getTotal() - Method in interface at.molindo.utils.metric.percentile.IPercentileCounter
-
- getTotal() - Method in class at.molindo.utils.metric.percentile.Percentile
-
- getTotal() - Method in class at.molindo.utils.metric.percentile.PercentileCounter
-
- getTotal() - Method in class at.molindo.utils.metric.percentile.UnmodifiablePercentileCounterWrapper
-
- getTypeArgument(Class<?>, Class<?>) - Static method in class at.molindo.utils.reflect.ClassUtils
-
- getTypeArguments(Class<?>, Class<?>) - Static method in class at.molindo.utils.reflect.ClassUtils
-
- getTypeIndexForCurrentLevel() - Method in class at.molindo.thirdparty.org.springframework.core.MethodParameter
-
Return the type index for the current nesting level.
- getTypeIndexForLevel(int) - Method in class at.molindo.thirdparty.org.springframework.core.MethodParameter
-
Return the type index for the specified nesting level.
- getUnmodifiable() - Method in class at.molindo.utils.collections.MapBuilder
-
- getUser() - Method in class at.molindo.utils.tools.UrlBuilder
-
- getValue() - Method in class at.molindo.utils.data.Pair
-
- getValues() - Method in class at.molindo.utils.metric.HourlyCounterBean
-
- getWrapped() - Method in class at.molindo.utils.metric.percentile.UnmodifiableIntervalPercentileCounterWrapper
-
- getWrapped() - Method in class at.molindo.utils.metric.percentile.UnmodifiablePercentileCounterWrapper
-
- getYear() - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Retrieves the year field of the current Calendar.
- getYear(Calendar) - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Retrieves the year field of the given Calendar.
- GREATER_ICOST - Static variable in class at.molindo.thirdparty.org.apache.tools.bzip2.CBZip2OutputStream
-
This constant is accessible by subclasses for historical purposes.
- greaterThan(int) - Method in class at.molindo.thirdparty.org.apache.wicket.util.value.IntValue
-
Compares this IntValue with a primitive int
value.
- greaterThan(IntValue) - Method in class at.molindo.thirdparty.org.apache.wicket.util.value.IntValue
-
Compares this IntValue with another IntValue.
- greaterThan(long) - Method in class at.molindo.thirdparty.org.apache.wicket.util.value.LongValue
-
Compares this LongValue with a primitive long
value.
- greaterThan(LongValue) - Method in class at.molindo.thirdparty.org.apache.wicket.util.value.LongValue
-
Compares this LongValue with another LongValue.
- m() - Method in class at.molindo.thirdparty.com.eaio.util.text.HumanTime
-
Adds one month to the time delta.
- m(int) - Method in class at.molindo.thirdparty.com.eaio.util.text.HumanTime
-
Adds n months to the time delta.
- main(String[]) - Static method in enum at.molindo.utils.properties.SystemProperty
-
a simple main method to list available system properties.
- map() - Static method in class at.molindo.utils.collections.MapBuilder
-
- map(Class<K>, Class<V>) - Static method in class at.molindo.utils.collections.MapBuilder
-
- MapBuilder<K,V,M extends Map<K,V>> - Class in at.molindo.utils.collections
-
- MapBuilder(M) - Constructor for class at.molindo.utils.collections.MapBuilder
-
- mapKeys(Iterable<K>, Function<K, V>) - Static method in class at.molindo.utils.collections.CollectionUtils
-
- MapMap<K1,K2,V> - Class in at.molindo.utils.collections
-
- MapMap() - Constructor for class at.molindo.utils.collections.MapMap
-
- mapValues(Iterable<V>, Function<V, K>) - Static method in class at.molindo.utils.collections.CollectionUtils
-
- marshal(HourlyCounter) - Method in class at.molindo.utils.metric.HourlyCounterAdapter
-
- max(Iterator<T>, int) - Static method in class at.molindo.utils.collections.IteratorUtils
-
don't return more elements than given by max
- MAX_ALPHA_SIZE - Static variable in interface at.molindo.thirdparty.org.apache.tools.bzip2.BZip2Constants
-
- MAX_BLOCKSIZE - Static variable in class at.molindo.thirdparty.org.apache.tools.bzip2.CBZip2OutputStream
-
The maximum supported blocksize == 9.
- MAX_CODE_LEN - Static variable in interface at.molindo.thirdparty.org.apache.tools.bzip2.BZip2Constants
-
- MAX_SELECTORS - Static variable in interface at.molindo.thirdparty.org.apache.tools.bzip2.BZip2Constants
-
- MAXIMUM - Static variable in class at.molindo.thirdparty.org.apache.wicket.util.time.Duration
-
Constant for maximum duration.
- md5(String) - Static method in class at.molindo.utils.data.Hash
-
- md5(byte[]) - Static method in class at.molindo.utils.data.Hash
-
- MethodParameter - Class in at.molindo.thirdparty.org.springframework.core
-
Helper class that encapsulates the specification of a method parameter, i.e.
- MethodParameter(Method, int) - Constructor for class at.molindo.thirdparty.org.springframework.core.MethodParameter
-
Create a new MethodParameter for the given method, with nesting level 1.
- MethodParameter(Method, int, int) - Constructor for class at.molindo.thirdparty.org.springframework.core.MethodParameter
-
Create a new MethodParameter for the given method.
- MethodParameter(Constructor<?>, int) - Constructor for class at.molindo.thirdparty.org.springframework.core.MethodParameter
-
Create a new MethodParameter for the given constructor, with nesting
level 1.
- MethodParameter(Constructor<?>, int, int) - Constructor for class at.molindo.thirdparty.org.springframework.core.MethodParameter
-
Create a new MethodParameter for the given constructor.
- MethodParameter(MethodParameter) - Constructor for class at.molindo.thirdparty.org.springframework.core.MethodParameter
-
Copy constructor, resulting in an independent MethodParameter object
based on the same metadata and cache state that the original object was
in.
- milliseconds(double) - Static method in class at.molindo.thirdparty.org.apache.wicket.util.time.Duration
-
Retrieves the Duration based on milliseconds.
- milliseconds(long) - Static method in class at.molindo.thirdparty.org.apache.wicket.util.time.Duration
-
Retrieves the Duration based on milliseconds.
- milliseconds(long) - Static method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Retrieves a Time instance based on the given milliseconds.
- MIN_BLOCKSIZE - Static variable in class at.molindo.thirdparty.org.apache.tools.bzip2.CBZip2OutputStream
-
The minimum supported blocksize == 1.
- minutes(double) - Static method in class at.molindo.thirdparty.org.apache.wicket.util.time.Duration
-
Retrieves the Duration based on minutes.
- minutes(int) - Static method in class at.molindo.thirdparty.org.apache.wicket.util.time.Duration
-
Retrieves the Duration based on minutes.
- minutes() - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Duration
-
Retrieves the number of minutes of the current Duration.
- mkdir(File) - Static method in class at.molindo.utils.io.FileUtils
-
creates directory if it does not exist and returns true if exists now
- mkdirs(File) - Static method in class at.molindo.utils.io.FileUtils
-
creates directory if it does not exist and returns true if exists now
- ms() - Method in class at.molindo.thirdparty.com.eaio.util.text.HumanTime
-
Adds one millisecond to the time delta.
- ms(int) - Method in class at.molindo.thirdparty.com.eaio.util.text.HumanTime
-
Adds n milliseconds to the time delta.
- s() - Method in class at.molindo.thirdparty.com.eaio.util.text.HumanTime
-
Adds one second to the time delta.
- s(int) - Method in class at.molindo.thirdparty.com.eaio.util.text.HumanTime
-
Adds n seconds to the time delta.
- seconds(double) - Static method in class at.molindo.thirdparty.org.apache.wicket.util.time.Duration
-
Retrieves the Duration based on seconds.
- seconds(int) - Static method in class at.molindo.thirdparty.org.apache.wicket.util.time.Duration
-
Retrieves the Duration based on seconds.
- seconds() - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Duration
-
Retrieves the number of seconds of the current Duration.
- SerializationUtils - Class in at.molindo.utils.data
-
- serialize(Object) - Static method in class at.molindo.utils.data.SerializationUtils
-
- serialize(Object, int) - Static method in class at.molindo.utils.data.SerializationUtils
-
- set(V...) - Static method in class at.molindo.utils.collections.CollectionBuilder
-
- set(Class<V>) - Static method in class at.molindo.utils.collections.CollectionBuilder
-
- set(E...) - Static method in class at.molindo.utils.collections.CollectionUtils
-
- set(Iterable<E>) - Static method in class at.molindo.utils.collections.CollectionUtils
-
- set(List<T>, int, T) - Static method in class at.molindo.utils.collections.CollectionUtils
-
set index of list to obj, resizing list if necessary
- set(List<T>, int, T, T) - Static method in class at.molindo.utils.collections.CollectionUtils
-
- set(String) - Method in enum at.molindo.utils.properties.SystemProperty
-
- setArray(int[]) - Method in class at.molindo.utils.metric.HourlyCounterBean
-
- setBoolean(Boolean) - Method in enum at.molindo.utils.properties.SystemProperty
-
- setCapacity(int) - Method in class at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentLinkedHashMap
-
Sets the maximum capacity of the map and eagerly evicts entries until the
it shrinks to the appropriate size.
- setCounters(List<ICounter>) - Method in class at.molindo.utils.metric.Statistics
-
- setCurrentIndex(int) - Method in class at.molindo.utils.metric.HourlyCounterBean
-
- setDouble(Double) - Method in enum at.molindo.utils.properties.SystemProperty
-
- setFile(File) - Method in enum at.molindo.utils.properties.SystemProperty
-
- setFirst(A) - Method in class at.molindo.utils.data.Pair
-
- setFloat(Float) - Method in enum at.molindo.utils.properties.SystemProperty
-
- setFragment(String) - Method in class at.molindo.utils.tools.UrlBuilder
-
- setGranularity(int) - Method in class at.molindo.utils.metric.HourlyCounterBean
-
- setHost(String) - Method in class at.molindo.utils.tools.UrlBuilder
-
- setHours(int) - Method in class at.molindo.utils.metric.HourlyCounterBean
-
- setInactive() - Method in class at.molindo.utils.concurrent.FactoryThread.FactoryThreadGroup
-
- setInactive() - Method in class at.molindo.utils.concurrent.FactoryThread
-
- setInteger(Integer) - Method in enum at.molindo.utils.properties.SystemProperty
-
- setIntervalPercentileCounters(List<IIntervalPercentileCounter>) - Method in class at.molindo.utils.metric.Statistics
-
- setLong(Long) - Method in enum at.molindo.utils.properties.SystemProperty
-
- SetMap<T,E> - Class in at.molindo.utils.collections
-
- SetMap() - Constructor for class at.molindo.utils.collections.SetMap
-
- SETMASK - Static variable in class at.molindo.thirdparty.org.apache.tools.bzip2.CBZip2OutputStream
-
This constant is accessible by subclasses for historical purposes.
- setMax(int) - Method in class at.molindo.utils.metric.HourlyCounterBean
-
- setMaxErrors(int) - Method in class at.molindo.utils.concurrent.FactoryThread.FactoryThreadGroup
-
- setMaxErrors(int) - Method in class at.molindo.utils.concurrent.FactoryThread
-
- setMin(int) - Method in class at.molindo.utils.metric.HourlyCounterBean
-
- setParam(String, String) - Method in class at.molindo.utils.tools.UrlBuilder
-
- setParams(LinkedHashMap<String, List<String>>) - Method in class at.molindo.utils.tools.UrlBuilder
-
- setParams(String, String...) - Method in class at.molindo.utils.tools.UrlBuilder
-
- setParams(String, List<String>) - Method in class at.molindo.utils.tools.UrlBuilder
-
- setPassword(String) - Method in class at.molindo.utils.tools.UrlBuilder
-
- setPath(String) - Method in class at.molindo.utils.tools.UrlBuilder
-
- setPort(Integer) - Method in class at.molindo.utils.tools.UrlBuilder
-
- setProtocol(String) - Method in class at.molindo.utils.tools.UrlBuilder
-
- setQuery(String) - Method in class at.molindo.utils.tools.UrlBuilder
-
- setSecond(B) - Method in class at.molindo.utils.data.Pair
-
- setTitle(String) - Method in class at.molindo.utils.metric.HourlyCounter
-
- setTitle(String) - Method in class at.molindo.utils.metric.percentile.IntervalPercentileCounter
-
- setTitle(String) - Method in class at.molindo.utils.metric.percentile.PercentileCounter
-
- setTypeIndexForCurrentLevel(int) - Method in class at.molindo.thirdparty.org.springframework.core.MethodParameter
-
Set the type index for the current nesting level.
- setUrl(URL) - Method in class at.molindo.utils.tools.UrlBuilder
-
- setUser(String) - Method in class at.molindo.utils.tools.UrlBuilder
-
- setValues(String) - Method in class at.molindo.utils.metric.HourlyCounterBean
-
- sha256(String) - Static method in class at.molindo.utils.data.Hash
-
- sha256(byte[]) - Static method in class at.molindo.utils.data.Hash
-
- sha512(String) - Static method in class at.molindo.utils.data.Hash
-
- sha512(byte[]) - Static method in class at.molindo.utils.data.Hash
-
- similarity(String, String) - Static method in class at.molindo.utils.data.StringSimilarityUtils
-
- similarity(String, String, float) - Static method in class at.molindo.utils.data.StringSimilarityUtils
-
- size() - Method in class at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentHashSet
-
Returns the number of elements in this set (its cardinality).
- size() - Method in class at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentLinkedHashMap
- size() - Method in class at.molindo.utils.collections.CircularQueue
-
- size() - Method in class at.molindo.utils.collections.CounterMap
-
- size() - Method in class at.molindo.utils.collections.IdentityHashSet
-
Returns the number of elements in this set (its cardinality).
- size() - Method in class at.molindo.utils.collections.ListMap
-
- size() - Method in class at.molindo.utils.collections.MapMap
-
- size() - Method in class at.molindo.utils.collections.SetMap
-
- size() - Method in class at.molindo.utils.concurrent.BoundedPriorityBlockingQueue
-
- size() - Method in class at.molindo.utils.concurrent.FactoryBlockingQueue
-
Deprecated.
- skip(Iterator<T>, int) - Static method in class at.molindo.utils.collections.IteratorUtils
-
skips a given number of elements in iterator while there are available
- sleep() - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Duration
-
Sleeps for the current Duration.
- SMALL_THRESH - Static variable in class at.molindo.thirdparty.org.apache.tools.bzip2.CBZip2OutputStream
-
This constant is accessible by subclasses for historical purposes.
- SortedListMap<T,E> - Class in at.molindo.utils.collections
-
- SortedListMap() - Constructor for class at.molindo.utils.collections.SortedListMap
-
- sortedMap() - Static method in class at.molindo.utils.collections.MapBuilder
-
- sortedMap(Class<K>, Class<V>) - Static method in class at.molindo.utils.collections.MapBuilder
-
- sortedSet(V...) - Static method in class at.molindo.utils.collections.CollectionBuilder
-
- sortedSet(Class<V>) - Static method in class at.molindo.utils.collections.CollectionBuilder
-
- sortedSet(E...) - Static method in class at.molindo.utils.collections.CollectionUtils
-
- sortedSet(Iterable<E>) - Static method in class at.molindo.utils.collections.CollectionUtils
-
- SortedSetMap<T,E> - Class in at.molindo.utils.collections
-
- SortedSetMap() - Constructor for class at.molindo.utils.collections.SortedSetMap
-
- split(String, String, String[]) - Static method in class at.molindo.utils.data.StringUtils
-
- split(String, String) - Static method in class at.molindo.utils.data.StringUtils
-
- split(String, String, int) - Static method in class at.molindo.utils.data.StringUtils
-
- start() - Method in class at.molindo.utils.concurrent.FactoryThread.FactoryThreadGroup
-
- START_OF_UNIX_TIME - Static variable in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
the beginning of UNIX time: January 1, 1970, 0:00 GMT.
- startWith(String, String) - Static method in class at.molindo.utils.data.StringUtils
-
- Statistics - Class in at.molindo.utils.metric
-
- Statistics() - Constructor for class at.molindo.utils.metric.Statistics
-
- StreamUtils - Class in at.molindo.utils.io
-
- string(byte[]) - Static method in class at.molindo.utils.data.HexUtils
-
transforms a byte array into a hex string
- string(int...) - Static method in class at.molindo.utils.data.HexUtils
-
transform an array of integers into a hex string
- string(Object) - Static method in class at.molindo.utils.data.StringUtils
-
- string(InputStream) - Static method in class at.molindo.utils.io.StreamUtils
-
- string(InputStream, Charset) - Static method in class at.molindo.utils.io.StreamUtils
-
- string(InputStream, Charset, int) - Static method in class at.molindo.utils.io.StreamUtils
-
- StringSimilarityUtils - Class in at.molindo.utils.data
-
implementation of the Needleman-Wunsch algorithm for string similarity
- StringUtils - Class in at.molindo.utils.data
-
- stripLeading(String, String) - Static method in class at.molindo.utils.data.StringUtils
-
- stripProxyClass(Object) - Method in interface at.molindo.utils.reflect.IProxyStripper
-
- stripTrailing(String, String) - Static method in class at.molindo.utils.data.StringUtils
-
- sub(String, int) - Static method in class at.molindo.utils.data.StringUtils
-
- sub(String, String, int) - Static method in class at.molindo.utils.data.StringUtils
-
- subList(List<T>, int, int) - Static method in class at.molindo.utils.collections.CollectionUtils
-
a sublist implementation that is diffrent from
List.subList(int, int) as it handles out of bounds indexes
gracefully
- subMap(T, T) - Method in class at.molindo.utils.collections.SortedListMap
-
- subMap(T, T) - Method in class at.molindo.utils.collections.SortedSetMap
-
- subPre(String, int) - Static method in class at.molindo.utils.data.StringUtils
-
- subPre(String, String, int) - Static method in class at.molindo.utils.data.StringUtils
-
- subtract(Duration) - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Duration
-
Subtracts a given Duration from this Duration.
- subtract(Duration) - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Subtracts the given Duration from this Time
object, moving the time into the past.
- subtract(Time) - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Subtract time from this and returns the difference as a
Duration object.
- SystemProperty - Enum in at.molindo.utils.properties
-
This enum is supposed to be a complete list of available system
properties on different JVM and Java versions.
- tailMap(T) - Method in class at.molindo.utils.collections.SortedListMap
-
- tailMap(T) - Method in class at.molindo.utils.collections.SortedSetMap
-
- take() - Method in class at.molindo.utils.concurrent.BoundedPriorityBlockingQueue
-
- take() - Method in class at.molindo.utils.concurrent.FactoryBlockingQueue
-
Deprecated.
- text(Reader) - Static method in class at.molindo.utils.io.ReaderUtils
-
- throwCause(Class<T>, Throwable) - Static method in class at.molindo.utils.data.ExceptionUtils
-
- Time - Class in at.molindo.thirdparty.org.apache.wicket.util.time
-
An immutable Time class that represents a specific point in
time.
- toArray() - Method in class at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentHashSet
-
- toArray(T[]) - Method in class at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentHashSet
-
- toArray() - Method in class at.molindo.utils.concurrent.BoundedPriorityBlockingQueue
-
Returns an array containing all of the elements in this queue.
- toArray(T[]) - Method in class at.molindo.utils.concurrent.BoundedPriorityBlockingQueue
-
Returns an array containing all of the elements in this queue; the
runtime type of the returned array is that of the specified array.
- toArray() - Method in class at.molindo.utils.concurrent.FactoryBlockingQueue
-
Deprecated.
- toArray(T[]) - Method in class at.molindo.utils.concurrent.FactoryBlockingQueue
-
Deprecated.
- toClass(Class<?>, Type) - Static method in class at.molindo.utils.reflect.ClassUtils
-
- toCountersList() - Method in interface at.molindo.utils.metric.percentile.IIntervalPercentileCounter
-
- toCountersList() - Method in class at.molindo.utils.metric.percentile.IntervalPercentileCounter
-
- toCountersList() - Method in class at.molindo.utils.metric.percentile.UnmodifiableIntervalPercentileCounterWrapper
-
- toDate() - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Retrieves a Date object for this Time object.
- toDateString() - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Converts this Time value to a date String using
the date formatter 'yyyy.MM.dd'.
- toDateString(Calendar) - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Converts this Time value to a date String using
the formatter 'yyyy.MM.dd'.
- toDebugString() - Method in enum at.molindo.utils.properties.SystemProperty
-
- toEnumName(String) - Static method in enum at.molindo.utils.properties.SystemProperty
-
generate a new enum name from a system property
- toHashMap(List<Pair<K, V>>) - Static method in class at.molindo.utils.data.Pair
-
- toHex() - Method in class at.molindo.utils.data.Hash
-
- toHourlyCounter() - Method in class at.molindo.utils.metric.HourlyCounterBean
-
- toHourlyCounterBean() - Method in class at.molindo.utils.metric.HourlyCounter
-
- toInteger(long) - Static method in class at.molindo.utils.data.NumberUtils
-
- toInteger(Long) - Static method in class at.molindo.utils.data.NumberUtils
-
- toInteger(Short) - Static method in class at.molindo.utils.data.NumberUtils
-
- toIterable(Object) - Static method in class at.molindo.utils.collections.ArrayUtils
-
- toList() - Method in class at.molindo.utils.metric.percentile.IntervalPercentileCounter
-
- toList() - Method in interface at.molindo.utils.metric.percentile.IPercentileCounter
-
- toList() - Method in class at.molindo.utils.metric.percentile.PercentileCounter
-
- toList() - Method in class at.molindo.utils.metric.percentile.UnmodifiablePercentileCounterWrapper
-
- toLong(Short) - Static method in class at.molindo.utils.data.NumberUtils
-
- toLong(Integer) - Static method in class at.molindo.utils.data.NumberUtils
-
- toLowerCaseFunction() - Static method in class at.molindo.utils.data.FunctionUtils
-
- toShort(long) - Static method in class at.molindo.utils.data.NumberUtils
-
- toShort(int) - Static method in class at.molindo.utils.data.NumberUtils
-
- toShort(Long) - Static method in class at.molindo.utils.data.NumberUtils
-
- toShort(Integer) - Static method in class at.molindo.utils.data.NumberUtils
-
- toString() - Method in class at.molindo.thirdparty.com.eaio.util.text.HumanTime
-
Returns a String representation of this.
- toString() - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Duration
-
Retrieves the String representation of this
Duration in days, hours, minutes, seconds or milliseconds,
as appropriate.
- toString(Locale) - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Duration
-
Retrieves the String representation of this
Duration in days, hours, minutes, seconds or milliseconds,
as appropriate.
- toString() - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Converts this Time value to a String suitable
for use in a file system name.
- toString(Calendar, String) - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Converts this Time object to a String using the
given Calendar and format.
- toString(String) - Method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Converts this Time value to a String using the
given format.
- toString() - Method in class at.molindo.thirdparty.org.apache.wicket.util.value.IntValue
-
Converts this LongValue to a String.
- toString() - Method in class at.molindo.thirdparty.org.apache.wicket.util.value.LongValue
-
Converts this LongValue to a String.
- toString() - Method in class at.molindo.utils.collections.CounterMap
-
- toString() - Method in class at.molindo.utils.collections.ListMap
-
- toString() - Method in class at.molindo.utils.collections.MapMap
-
- toString() - Method in class at.molindo.utils.collections.SetMap
-
- toString() - Method in class at.molindo.utils.concurrent.BoundedPriorityBlockingQueue
-
- toString() - Method in class at.molindo.utils.data.Hash
-
- toString() - Method in class at.molindo.utils.data.Pair
-
- toString() - Method in class at.molindo.utils.metric.percentile.IntervalPercentileCounter
-
- toString() - Method in class at.molindo.utils.metric.percentile.Percentile
-
- toString() - Method in class at.molindo.utils.metric.percentile.PercentileCounter
-
- toString() - Method in class at.molindo.utils.metric.percentile.UnmodifiablePercentileCounterWrapper
-
- toString() - Method in enum at.molindo.utils.properties.SystemProperty
-
- toString() - Method in class at.molindo.utils.tools.UrlBuilder
-
- toStringFunction() - Static method in class at.molindo.utils.data.FunctionUtils
-
- toUpperCaseFunction() - Static method in class at.molindo.utils.data.FunctionUtils
-
- toURL() - Method in class at.molindo.utils.tools.UrlBuilder
-
- toUrlString() - Method in class at.molindo.utils.tools.UrlBuilder
-
- toUrlString(boolean) - Method in class at.molindo.utils.tools.UrlBuilder
-
- trailing(String, String) - Static method in class at.molindo.utils.data.StringUtils
-
- transform(Iterator<? extends F>, Function<F, T>) - Static method in class at.molindo.utils.collections.IteratorUtils
-
- transform(Iterable<? extends F>, Function<F, T>) - Static method in class at.molindo.utils.collections.IteratorUtils
-
- transformList(Iterable<T>, Function<T, E>) - Static method in class at.molindo.utils.collections.CollectionUtils
-
- transformSet(Iterable<T>, Function<T, E>) - Static method in class at.molindo.utils.collections.CollectionUtils
-
- transformSortedSet(Iterable<T>, Function<T, E>) - Static method in class at.molindo.utils.collections.CollectionUtils
-
- transformUnmodifiableList(Iterable<T>, Function<T, E>) - Static method in class at.molindo.utils.collections.CollectionUtils
-
- transformUnmodifiableSet(Iterable<T>, Function<T, E>) - Static method in class at.molindo.utils.collections.CollectionUtils
-
- transformUnmodifiableSortedSet(Iterable<T>, Function<T, E>) - Static method in class at.molindo.utils.collections.CollectionUtils
-
- trim(Iterable<String>) - Static method in class at.molindo.utils.collections.IteratorWrappers
-
- trim(Iterator<String>) - Static method in class at.molindo.utils.collections.IteratorWrappers
-
- trim(String) - Static method in class at.molindo.utils.data.StringUtils
-
- trimFunction() - Static method in class at.molindo.utils.data.FunctionUtils
-
- trimLeading(String) - Static method in class at.molindo.utils.data.StringUtils
-
- trimTrailing(String) - Static method in class at.molindo.utils.data.StringUtils
-
- validate(ByteBuffer, byte[], IDigestAlgorithm) - Static method in class at.molindo.utils.crypto.CryptoUtils
-
- validate(byte[], byte[], IDigestAlgorithm) - Static method in class at.molindo.utils.crypto.CryptoUtils
-
- validate(String, Charset, byte[], IDigestAlgorithm) - Static method in class at.molindo.utils.crypto.CryptoUtils
-
- validate(String, byte[], IDigestAlgorithm) - Static method in class at.molindo.utils.crypto.CryptoUtils
-
- validate(ByteBuffer, String, IDigestAlgorithm) - Static method in class at.molindo.utils.crypto.CryptoUtils
-
- validate(byte[], String, IDigestAlgorithm) - Static method in class at.molindo.utils.crypto.CryptoUtils
-
- validate(String, Charset, String, IDigestAlgorithm) - Static method in class at.molindo.utils.crypto.CryptoUtils
-
- validate(String, String, IDigestAlgorithm) - Static method in class at.molindo.utils.crypto.CryptoUtils
-
- validate(String) - Method in class at.molindo.utils.data.Hash
-
- validate(String, Charset) - Method in class at.molindo.utils.data.Hash
-
- validate(byte[]) - Method in class at.molindo.utils.data.Hash
-
- value - Variable in class at.molindo.thirdparty.org.apache.wicket.util.value.IntValue
-
the int value
- value - Variable in class at.molindo.thirdparty.org.apache.wicket.util.value.LongValue
-
the long value
- value(T) - Static method in class at.molindo.utils.data.FunctionUtils
-
- valueOf(long) - Static method in class at.molindo.thirdparty.org.apache.wicket.util.time.Duration
-
Retrieves the given long as a Duration.
- valueOf(Calendar, String) - Static method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Retrieves a Time instance by parsing 'yyyy.MM.dd-h.mma'
format.
- valueOf(Date) - Static method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Retrieves a Time instance based on the given
Date object.
- valueOf(long) - Static method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Retrieves a Time instance based on the given milliseconds.
- valueOf(String) - Static method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Retrieves a Time instance by parsing 'yyyy.MM.dd-h.mma'
format.
- valueOf(String, String) - Static method in class at.molindo.thirdparty.org.apache.wicket.util.time.Time
-
Retrieves a Time instance by parsing 'pattern' format.
- valueOf(String) - Static method in enum at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentLinkedHashMap.EvictionPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum at.molindo.utils.crypto.DigestAlgorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum at.molindo.utils.data.FunctionUtils.ParseInt
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum at.molindo.utils.data.FunctionUtils.ToLowerCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum at.molindo.utils.data.FunctionUtils.ToString
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum at.molindo.utils.data.FunctionUtils.ToUpperCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum at.molindo.utils.data.FunctionUtils.Trim
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum at.molindo.utils.data.Hash.Algorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum at.molindo.utils.io.Compression
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum at.molindo.utils.properties.SystemProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum at.molindo.utils.tools.URLCoder
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum at.molindo.thirdparty.org.compass.core.util.concurrent.ConcurrentLinkedHashMap.EvictionPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class at.molindo.utils.collections.ListMap
-
- values() - Method in class at.molindo.utils.collections.MapMap
-
- values() - Method in class at.molindo.utils.collections.SetMap
-
- values() - Static method in enum at.molindo.utils.crypto.DigestAlgorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum at.molindo.utils.data.FunctionUtils.ParseInt
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum at.molindo.utils.data.FunctionUtils.ToLowerCase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum at.molindo.utils.data.FunctionUtils.ToString
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum at.molindo.utils.data.FunctionUtils.ToUpperCase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum at.molindo.utils.data.FunctionUtils.Trim
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum at.molindo.utils.data.Hash.Algorithm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values(PairList<?, ?>) - Static method in class at.molindo.utils.data.Pair
-
- values(Class<T>, PairList<?, ? extends T>) - Static method in class at.molindo.utils.data.Pair
-
- values() - Static method in enum at.molindo.utils.io.Compression
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum at.molindo.utils.properties.SystemProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum at.molindo.utils.tools.URLCoder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueSet() - Method in class at.molindo.utils.collections.BusinessKeyHashMap
-
- valueSet() - Method in class at.molindo.utils.collections.BusinessKeyTreeMap
-
- valueSet() - Method in interface at.molindo.utils.collections.IBusinessKeyMap
-