- 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.
- 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.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(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(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.
- 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
-
- 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(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
-
- 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.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
-
- 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() - Method in class at.molindo.utils.collections.CollectionBuilder
-
- 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() - 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
-
- 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
-
- getConstructor() - Method in class at.molindo.thirdparty.org.springframework.core.MethodParameter
-
Return the wrapped Constructor, if any.
- 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.
- getDouble() - Method in enum at.molindo.utils.properties.SystemProperty
-
- getDouble(Double) - Method in enum at.molindo.utils.properties.SystemProperty
-
- 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.
- 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.
- getInteger() - Method in enum at.molindo.utils.properties.SystemProperty
-
- getInteger(Integer) - Method in enum at.molindo.utils.properties.SystemProperty
-
- getKey() - Method in exception at.molindo.utils.concurrent.KeyLock.KeyLockedException
-
- getKey() - Method in class at.molindo.utils.data.Pair
-
- 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
-
- 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.
- 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
-
- getNestingLevel() - Method in class at.molindo.thirdparty.org.springframework.core.MethodParameter
-
Return the nesting level of the target type (typically 1; e.g.
- 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.tools.UrlBuilder
-
- 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
-
- getTargetType(MethodParameter) - Static method in class at.molindo.thirdparty.org.springframework.core.GenericTypeResolver
-
Determine the target type for the given parameter specification.
- 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
-
- 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.
- 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
-
- 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
- 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
-
- 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.
- 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
-
- setHost(String) - Method in class at.molindo.utils.tools.UrlBuilder
-
- 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
-
- 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.
- setMaxErrors(int) - Method in class at.molindo.utils.concurrent.FactoryThread.FactoryThreadGroup
-
- setMaxErrors(int) - Method in class at.molindo.utils.concurrent.FactoryThread
-
- 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
-
- 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
-
- 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.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
-
- 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 integer into an 8 character 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- toLong(Short) - Static method in class at.molindo.utils.data.NumberUtils
-
- toLong(Integer) - Static method in class at.molindo.utils.data.NumberUtils
-
- 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.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.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 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
-
- 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.ToString
-
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.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.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
-