Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

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

A

AbstractMapEntry - class com.go.trove.util.AbstractMapEntry.
Abstract Map.Entry implementation that makes it easier to define new Map entries.
AbstractMapEntry() - Constructor for class com.go.trove.util.AbstractMapEntry
 
accept(Object) - Method in interface com.go.trove.util.Depot.Filter
Returns true if the given key should be included in an operation, such as invalidation.
add(Object) - Method in class com.go.trove.util.MapBackedSet
Adds the specified element to this set if it is not already present.
add(Object) - Method in class com.go.trove.util.SortedArrayList
Adds an Object to this Collection.
add(int, Object) - Method in class com.go.trove.util.SortedArrayList
 
addAll(Collection) - Method in class com.go.trove.util.SortedArrayList
Add all of the elements in the c to this List.
addAll(int, Collection) - Method in class com.go.trove.util.SortedArrayList
 
addAllInterfaces(ClassFile, Class) - Static method in class com.go.trove.util.MergedClass
 
addErrorListener(PropertyParser.ErrorListener) - Method in class com.go.trove.util.PropertyParser.Scanner
 
addErrorListener(PropertyParser.ErrorListener) - Method in class com.go.trove.util.PropertyParser
 
addThreadPoolListener(ThreadPoolListener) - Method in class com.go.trove.util.ThreadPool
 
addWrapperMethod(ClassFile, MergedClass.MethodEntry, String, TypeDescriptor) - Static method in class com.go.trove.util.MergedClass
 
adjustMRU(Object, Object) - Method in class com.go.trove.util.Cache
 
append(StringBuffer, Object) - Method in class com.go.trove.util.MultiKey
 
appendTo(StringBuffer, Calendar) - Method in class com.go.trove.util.FastDateFormat.CharacterLiteral
 
appendTo(StringBuffer, int) - Method in interface com.go.trove.util.FastDateFormat.NumberRule
 
appendTo(StringBuffer, Calendar) - Method in class com.go.trove.util.FastDateFormat.PaddedNumberField
 
appendTo(StringBuffer, int) - Method in class com.go.trove.util.FastDateFormat.PaddedNumberField
 
appendTo(StringBuffer, Calendar) - Method in interface com.go.trove.util.FastDateFormat.Rule
 
appendTo(StringBuffer, Calendar) - Method in class com.go.trove.util.FastDateFormat.StringLiteral
 
appendTo(StringBuffer, Calendar) - Method in class com.go.trove.util.FastDateFormat.TextField
 
appendTo(StringBuffer, Calendar) - Method in class com.go.trove.util.FastDateFormat.TimeZoneRule
 
appendTo(StringBuffer, Calendar) - Method in class com.go.trove.util.FastDateFormat.TwelveHourField
 
appendTo(StringBuffer, int) - Method in class com.go.trove.util.FastDateFormat.TwelveHourField
 
appendTo(StringBuffer, Calendar) - Method in class com.go.trove.util.FastDateFormat.TwentyFourHourField
 
appendTo(StringBuffer, int) - Method in class com.go.trove.util.FastDateFormat.TwentyFourHourField
 
appendTo(StringBuffer, Calendar) - Method in class com.go.trove.util.FastDateFormat.TwoDigitMonthField
 
appendTo(StringBuffer, int) - Method in class com.go.trove.util.FastDateFormat.TwoDigitMonthField
 
appendTo(StringBuffer, Calendar) - Method in class com.go.trove.util.FastDateFormat.TwoDigitNumberField
 
appendTo(StringBuffer, int) - Method in class com.go.trove.util.FastDateFormat.TwoDigitNumberField
 
appendTo(StringBuffer, Calendar) - Method in class com.go.trove.util.FastDateFormat.TwoDigitYearField
 
appendTo(StringBuffer, int) - Method in class com.go.trove.util.FastDateFormat.TwoDigitYearField
 
appendTo(StringBuffer, Calendar) - Method in class com.go.trove.util.FastDateFormat.UnpaddedMonthField
 
appendTo(StringBuffer, int) - Method in class com.go.trove.util.FastDateFormat.UnpaddedMonthField
 
appendTo(StringBuffer, Calendar) - Method in class com.go.trove.util.FastDateFormat.UnpaddedNumberField
 
appendTo(StringBuffer, int) - Method in class com.go.trove.util.FastDateFormat.UnpaddedNumberField
 
applyRules(Calendar, StringBuffer) - Method in class com.go.trove.util.FastDateFormat
 

B

BEST_COMPRESSION - Static variable in class com.go.trove.util.Deflater
 
BEST_SPEED - Static variable in class com.go.trove.util.Deflater
 
BeanComparator - class com.go.trove.util.BeanComparator.
A highly customizable, high-performance Comparator, designed specifically for advanced sorting of JavaBeans.
BeanComparator(Class) - Constructor for class com.go.trove.util.BeanComparator
 
BeanComparator(BeanComparator) - Constructor for class com.go.trove.util.BeanComparator
 
BeanComparator.Rules - class com.go.trove.util.BeanComparator.Rules.
 
BeanComparator.Rules(BeanComparator) - Constructor for class com.go.trove.util.BeanComparator.Rules
 
boundsCheck(byte[], int, int) - Method in class com.go.trove.util.Deflater
 
bypassValue(Object) - Method in class com.go.trove.util.Depot.Retriever
 

C

COMMENT - Static variable in class com.go.trove.util.PropertyParser.Token
 
Cache - class com.go.trove.util.Cache.
Cache is a SoftHashMap that is guaranteed to have the most recently used entries available.
Cache(int) - Constructor for class com.go.trove.util.Cache
Construct a Cache with an amount of recently used entries that are guaranteed to always be in the Cache.
Cache(Cache) - Constructor for class com.go.trove.util.Cache
Piggyback this Cache onto another one in order for the map of recently used entries to be shared.
ClassInjector - class com.go.trove.util.ClassInjector.
A special ClassLoader that allows classes to be defined by directly injecting the bytecode.
ClassInjector() - Constructor for class com.go.trove.util.ClassInjector
Construct a ClassInjector that uses the ClassLoader that loaded this class as a parent, and it has no root class directory or root package.
ClassInjector(ClassLoader) - Constructor for class com.go.trove.util.ClassInjector
Construct a ClassInjector that has no root class directory or root package.
ClassInjector(File, String) - Constructor for class com.go.trove.util.ClassInjector
Construct a ClassInjector that uses the ClassLoader that loaded this class as a parent.
ClassInjector(ClassLoader, File, String) - Constructor for class com.go.trove.util.ClassInjector
 
ClassInjector(File[], String) - Constructor for class com.go.trove.util.ClassInjector
Construct a ClassInjector that uses the ClassLoader that loaded this class as a parent.
ClassInjector(ClassLoader, File[], String) - Constructor for class com.go.trove.util.ClassInjector
 
ClassInjector(ClassLoader, File[], String, boolean) - Constructor for class com.go.trove.util.ClassInjector
 
ClassInjector.ResourceConnection - class com.go.trove.util.ClassInjector.ResourceConnection.
 
ClassInjector.ResourceConnection(URL) - Constructor for class com.go.trove.util.ClassInjector.ResourceConnection
 
ClassInjector.Stream - class com.go.trove.util.ClassInjector.Stream.
 
ClassInjector.Stream(String) - Constructor for class com.go.trove.util.ClassInjector.Stream
 
ClassInjector.URLFaker - class com.go.trove.util.ClassInjector.URLFaker.
 
ClassInjector.URLFaker() - Constructor for class com.go.trove.util.ClassInjector.URLFaker
 
CompleteIntrospector - class com.go.trove.util.CompleteIntrospector.
A JavaBean Introspector that ensures interface properties are properly discovered.
CompleteIntrospector() - Constructor for class com.go.trove.util.CompleteIntrospector
 
Config - interface com.go.trove.util.Config.
The Config interface encapulates the most commonly used resources when configuring an object.
ConfigSupport - class com.go.trove.util.ConfigSupport.
This class provides a default implementation for the Config interface.
ConfigSupport(PropertyMap, Log) - Constructor for class com.go.trove.util.ConfigSupport
 
c - Variable in class com.go.trove.util.Utils.NullEqualOrderC
 
c - Variable in class com.go.trove.util.Utils.NullHighOrderC
 
c - Variable in class com.go.trove.util.Utils.NullLowOrderC
 
c - Variable in class com.go.trove.util.Utils.ReverseOrderC
 
cDateInstanceCache - Static variable in class com.go.trove.util.FastDateFormat
 
cDateTimeInstanceCache - Static variable in class com.go.trove.util.FastDateFormat
 
cDefaultPattern - Static variable in class com.go.trove.util.FastDateFormat
 
cDefaultTimeZone - Static variable in class com.go.trove.util.FastDateFormat
 
cEmptyHashIterator - Static variable in class com.go.trove.util.IdentityMap
 
cFlyweightSet - Static variable in class com.go.trove.util.Utils
 
cGeneratedComparatorCache - Static variable in class com.go.trove.util.BeanComparator
 
cInstanceCache - Static variable in class com.go.trove.util.FastDateFormat
 
cMergedMap - Static variable in class com.go.trove.util.MergedClass
 
cNoWrapPool - Static variable in class com.go.trove.util.DeflaterPool
 
cPool - Static variable in class com.go.trove.util.DeflaterPool
 
cPropertiesCache - Static variable in class com.go.trove.util.CompleteIntrospector
 
cShared - Static variable in class com.go.trove.util.ClassInjector
 
cThreadID - Static variable in class com.go.trove.util.ThreadPool
 
cTimeInstanceCache - Static variable in class com.go.trove.util.FastDateFormat
 
cTimeZoneDisplayCache - Static variable in class com.go.trove.util.FastDateFormat
 
cancel() - Method in class com.go.trove.util.Depot.Retriever
 
capacity() - Method in class com.go.trove.util.IntHashMap
 
caseSensitive() - Method in class com.go.trove.util.BeanComparator
Override the collator and compare just the last order-by property using String.compareTo 55 , if it is of type String.
cleanup() - Method in class com.go.trove.util.FlyweightSet
 
cleanup() - Method in class com.go.trove.util.IdentityMap
Scans the contents of this map, removing all entries that have a cleared weak key.
cleanup() - Method in class com.go.trove.util.SoftHashMap
Scans the contents of this map, removing all entries that have a cleared soft value.
clear() - Method in class com.go.trove.util.Cache
 
clear() - Static method in class com.go.trove.util.DeflaterPool
 
clear() - Method in class com.go.trove.util.Depot
Completely removes all items from the Depot's caches.
clear() - Method in class com.go.trove.util.IdentityMap
Removes all mappings from this map.
clear() - Method in class com.go.trove.util.IntHashMap
Removes all mappings from this map.
clear() - Method in class com.go.trove.util.MapBackedSet
Removes all of the elements from this set.
clear() - Method in class com.go.trove.util.NullKeyMap
 
clear() - Method in class com.go.trove.util.PropertyMap.EntrySet
 
clear() - Method in class com.go.trove.util.PropertyMap
 
clear() - Method in class com.go.trove.util.SoftHashMap
Removes all mappings from this map.
clear() - Method in class com.go.trove.util.UsageMap
 
clear() - Method in class com.go.trove.util.Utils.EmptyMap
 
clear() - Method in class com.go.trove.util.WrappedCache
Clears both the cache and backing map.
clone() - Method in class com.go.trove.util.IdentityMap.Entry
 
clone() - Method in class com.go.trove.util.IdentityMap
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
clone() - Method in class com.go.trove.util.IntHashMap.Entry
 
clone() - Method in class com.go.trove.util.IntHashMap
Returns a shallow copy of this IntHashMap instance: the keys and values themselves are not cloned.
clone() - Method in class com.go.trove.util.SoftHashMap.Entry
 
clone() - Method in class com.go.trove.util.SoftHashMap
Returns a shallow copy of this HashMap instance: the keys and values themselves are not cloned.
close() - Method in class com.go.trove.util.ClassInjector.Stream
 
close() - Method in class com.go.trove.util.DeflaterOutputStream
 
close() - Method in class com.go.trove.util.PropertyParser.Scanner
 
close() - Method in class com.go.trove.util.ThreadPool
Will close down all the threads in the pool as they become available.
close(long) - Method in class com.go.trove.util.ThreadPool
Will close down all the threads in the pool as they become available.
closeCheck() - Method in class com.go.trove.util.ThreadPool
 
collate(Comparator) - Method in class com.go.trove.util.BeanComparator
Set a Comparator for ordering Strings, which is passed on to all BeanComparators derived from this one.
com.go.trove.util - package com.go.trove.util
 
comparator() - Method in class com.go.trove.util.SortedArrayList
 
compare(Object, Object) - Method in class com.go.trove.util.BeanComparator
 
compare(Object, Object) - Method in class com.go.trove.util.SortedArrayList
Compares two keys using the correct comparison method for this Collection.
compare(Object, Object) - Method in class com.go.trove.util.Utils.NullEqualOrder
 
compare(Object, Object) - Method in class com.go.trove.util.Utils.NullEqualOrderC
 
compare(Object, Object) - Method in class com.go.trove.util.Utils.NullHighOrder
 
compare(Object, Object) - Method in class com.go.trove.util.Utils.NullHighOrderC
 
compare(Object, Object) - Method in class com.go.trove.util.Utils.NullLowOrder
 
compare(Object, Object) - Method in class com.go.trove.util.Utils.NullLowOrderC
 
compare(Object, Object) - Method in class com.go.trove.util.Utils.ReverseOrderC
 
compareTo(Object) - Method in class com.go.trove.util.Pair
 
connect() - Method in class com.go.trove.util.ClassInjector.ResourceConnection
 
contains(Object) - Method in class com.go.trove.util.FlyweightSet
 
contains(Object) - Method in class com.go.trove.util.MapBackedSet
Returns true if this set contains the specified element.
containsKey(Object) - Method in class com.go.trove.util.IdentityMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.go.trove.util.IntHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(int) - Method in class com.go.trove.util.IntHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.go.trove.util.NullKeyMap
 
containsKey(Object) - Method in class com.go.trove.util.PropertyMap
 
containsKey(String) - Method in class com.go.trove.util.PropertyMap
 
containsKey(Object) - Method in class com.go.trove.util.SoftHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class com.go.trove.util.UsageMap
 
containsKey(Object) - Method in class com.go.trove.util.Utils.EmptyMap
 
containsKey(Object) - Method in class com.go.trove.util.WrappedCache
Returns true if the cache contains the key or else if the backing map contains the key.
containsValue(Object) - Method in class com.go.trove.util.IdentityMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class com.go.trove.util.IntHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class com.go.trove.util.NullKeyMap
 
containsValue(Object) - Method in class com.go.trove.util.SoftHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class com.go.trove.util.Utils.EmptyMap
 
containsValue(Object) - Method in class com.go.trove.util.WrappedCache
Returns true if the cache contains the value or else if the backing map contains the value.
count - Variable in class com.go.trove.util.IntHashMap
The total number of mappings in the hash table.
create(Object) - Method in interface com.go.trove.util.Depot.Factory
Create an object that is mapped by the given key.
createClassFile(ClassInjector, MergedClass.ClassEntry[]) - Static method in class com.go.trove.util.MergedClass
 
createProperties(Class) - Static method in class com.go.trove.util.CompleteIntrospector
 

D

DEFAULT_COMPRESSION - Static variable in class com.go.trove.util.Deflater
 
DEFAULT_STRATEGY - Static variable in class com.go.trove.util.Deflater
 
DEFLATED - Static variable in class com.go.trove.util.Deflater
 
Deflater - class com.go.trove.util.Deflater.
A zlib deflater interface that matches java.util.zip.Deflater, except additional flush operations are supported.
Deflater(int, boolean) - Constructor for class com.go.trove.util.Deflater
 
Deflater(int) - Constructor for class com.go.trove.util.Deflater
 
Deflater() - Constructor for class com.go.trove.util.Deflater
 
DeflaterOutputStream - class com.go.trove.util.DeflaterOutputStream.
Just like java.util.zip.DeflaterOutputStream, except uses a different Deflater implementation.
DeflaterOutputStream(OutputStream, Deflater, byte[]) - Constructor for class com.go.trove.util.DeflaterOutputStream
 
DeflaterOutputStream(OutputStream, Deflater, int) - Constructor for class com.go.trove.util.DeflaterOutputStream
 
DeflaterOutputStream(OutputStream, Deflater) - Constructor for class com.go.trove.util.DeflaterOutputStream
 
DeflaterOutputStream(OutputStream) - Constructor for class com.go.trove.util.DeflaterOutputStream
 
DeflaterPool - class com.go.trove.util.DeflaterPool.
Since Deflaters can be expensive to allocate, re-use them with this pool.
DeflaterPool() - Constructor for class com.go.trove.util.DeflaterPool
 
DelegateClassLoader - class com.go.trove.util.DelegateClassLoader.
ClassLoader that delegates class loading requests if the parent ClassLoader (and its ancestors) can't fulfill the request.
DelegateClassLoader(ClassLoader, ClassLoader[]) - Constructor for class com.go.trove.util.DelegateClassLoader
 
DelegateClassLoader(ClassLoader[]) - Constructor for class com.go.trove.util.DelegateClassLoader
Deprecated. Actual parent ClassLoader must always be provided to prevent unexpected behavior.
Depot - class com.go.trove.util.Depot.
Depot implements a simple and efficient caching strategy.
Depot(Depot.Factory, Map, Map, TransactionQueue, long) - Constructor for class com.go.trove.util.Depot
 
Depot(Depot.Factory, int, TransactionQueue, long) - Constructor for class com.go.trove.util.Depot
 
Depot.Factory - interface com.go.trove.util.Depot.Factory.
Implement this interface in order for Depot to retrieve objects when needed, often in a thread other than the requester's.
Depot.Filter - interface com.go.trove.util.Depot.Filter.
 
Depot.Perishable - interface com.go.trove.util.Depot.Perishable.
Values returned from the Factories may implement this interface if they manually handle expiration.
Depot.PerishablesFactory - interface com.go.trove.util.Depot.PerishablesFactory.
A special kind of Factory that creates objects that are considered invalid after a specific amount of time has elapsed.
Depot.Retriever - class com.go.trove.util.Depot.Retriever.
 
Depot.Retriever(Depot.Factory, Object, Object) - Constructor for class com.go.trove.util.Depot.Retriever
 
define(String, byte[]) - Method in class com.go.trove.util.ClassInjector
 
deflate(byte[], int, int) - Method in class com.go.trove.util.Deflater
 
deflate(byte[]) - Method in class com.go.trove.util.Deflater
 
deflate(long, int, boolean, byte[], int, int, byte[], int, int) - Method in class com.go.trove.util.Deflater
 
deflate() - Method in class com.go.trove.util.DeflaterOutputStream
 
deflate0(byte[], int, int) - Method in class com.go.trove.util.Deflater
 
dispatchParseError(PropertyParser.ErrorEvent) - Method in class com.go.trove.util.PropertyParser.Scanner
 
dispatchParseError(PropertyParser.ErrorEvent) - Method in class com.go.trove.util.PropertyParser
 
done() - Method in class com.go.trove.util.Depot.Retriever
 

E

ELEMENT_TYPE - Static variable in class com.go.trove.util.PropertyMap
 
EMPTY_ENUMERATION - Static variable in class com.go.trove.util.Utils
 
EMPTY_MAP - Static variable in class com.go.trove.util.Utils
This Map is already provided in JDK1.3.
ENTRIES - Static variable in class com.go.trove.util.IdentityMap
 
ENTRIES - Static variable in class com.go.trove.util.IntHashMap
 
EOF - Static variable in class com.go.trove.util.PropertyParser.Token
 
end() - Method in class com.go.trove.util.Deflater
 
end(long) - Method in class com.go.trove.util.Deflater
 
entry - Variable in class com.go.trove.util.IntHashMap.IntHashIterator
 
entrySet() - Method in class com.go.trove.util.IdentityMap
Returns a collection view of the mappings contained in this map.
entrySet - Variable in class com.go.trove.util.IntHashMap
 
entrySet() - Method in class com.go.trove.util.IntHashMap
Returns a collection view of the mappings contained in this map.
entrySet() - Method in class com.go.trove.util.NullKeyMap
 
entrySet() - Method in class com.go.trove.util.PropertyMap
 
entrySet() - Method in class com.go.trove.util.SoftHashMap
Returns a collection view of the mappings contained in this map.
entrySet() - Method in class com.go.trove.util.UsageMap
 
entrySet() - Method in class com.go.trove.util.Utils.EmptyMap
 
entrySet() - Method in class com.go.trove.util.WrappedCache
Returns the entry set of the backing map.
equalTest(Object, Object) - Static method in class com.go.trove.util.BeanComparator
Compare two objects for equality.
equals(Object) - Method in class com.go.trove.util.AbstractMapEntry
 
equals(Object) - Method in class com.go.trove.util.BeanComparator.Rules
Equality test determines if rules produce an identical auto-generated Comparator.
equals(Object) - Method in class com.go.trove.util.BeanComparator
Compares BeanComparators for equality based on their imposed ordering.
equals(Object) - Method in class com.go.trove.util.FastDateFormat.TimeZoneDisplayKey
 
equals(Object, Object) - Method in class com.go.trove.util.FlyweightSet
 
equals(Object) - Method in class com.go.trove.util.IdentityMap.Entry
 
equals(Object) - Method in class com.go.trove.util.IntHashMap.Entry
 
equals(Object) - Method in class com.go.trove.util.MergedClass.ClassEntry
 
equals(Object) - Method in class com.go.trove.util.MergedClass.MethodEntry
 
equals(Object, Object) - Static method in class com.go.trove.util.MultiKey
Performans an object equality for any kind of objects including null, arrays, and arrays of arrays.
equals(Object) - Method in class com.go.trove.util.MultiKey
 
equals(Object) - Method in class com.go.trove.util.Pair
 
equals(Object) - Method in class com.go.trove.util.SoftHashMap.Entry
 
equals(Object) - Method in class com.go.trove.util.SoftHashMap.Null
 
error(String, SourceInfo) - Method in class com.go.trove.util.PropertyParser.Scanner
 
error(String) - Method in class com.go.trove.util.PropertyParser.Scanner
 
error(String, SourceInfo) - Method in class com.go.trove.util.PropertyParser
 
error(String, PropertyParser.Token) - Method in class com.go.trove.util.PropertyParser
 
estimateLength() - Method in class com.go.trove.util.FastDateFormat.CharacterLiteral
 
estimateLength() - Method in class com.go.trove.util.FastDateFormat.PaddedNumberField
 
estimateLength() - Method in interface com.go.trove.util.FastDateFormat.Rule
 
estimateLength() - Method in class com.go.trove.util.FastDateFormat.StringLiteral
 
estimateLength() - Method in class com.go.trove.util.FastDateFormat.TextField
 
estimateLength() - Method in class com.go.trove.util.FastDateFormat.TimeZoneRule
 
estimateLength() - Method in class com.go.trove.util.FastDateFormat.TwelveHourField
 
estimateLength() - Method in class com.go.trove.util.FastDateFormat.TwentyFourHourField
 
estimateLength() - Method in class com.go.trove.util.FastDateFormat.TwoDigitMonthField
 
estimateLength() - Method in class com.go.trove.util.FastDateFormat.TwoDigitNumberField
 
estimateLength() - Method in class com.go.trove.util.FastDateFormat.TwoDigitYearField
 
estimateLength() - Method in class com.go.trove.util.FastDateFormat.UnpaddedMonthField
 
estimateLength() - Method in class com.go.trove.util.FastDateFormat.UnpaddedNumberField
 
expectedModCount - Variable in class com.go.trove.util.IdentityMap.HashIterator
The modCount value that the iterator believes that the backing List should have.
expectedModCount - Variable in class com.go.trove.util.IntHashMap.IntHashIterator
The modCount value that the iterator believes that the backing List should have.
expectedModCount - Variable in class com.go.trove.util.SoftHashMap.HashIterator
The modCount value that the iterator believes that the backing List should have.

F

FILTERED - Static variable in class com.go.trove.util.Deflater
 
FINISH - Static variable in class com.go.trove.util.Deflater
 
FULL - Static variable in class com.go.trove.util.FastDateFormat
Style pattern
FULL_FLUSH - Static variable in class com.go.trove.util.Deflater
 
FastDateFormat - class com.go.trove.util.FastDateFormat.
Similar to java.text.SimpleDateFormat, but faster and thread-safe.
FastDateFormat() - Constructor for class com.go.trove.util.FastDateFormat
 
FastDateFormat(String) - Constructor for class com.go.trove.util.FastDateFormat
 
FastDateFormat(String, TimeZone) - Constructor for class com.go.trove.util.FastDateFormat
 
FastDateFormat(String, Locale) - Constructor for class com.go.trove.util.FastDateFormat
 
FastDateFormat(String, DateFormatSymbols) - Constructor for class com.go.trove.util.FastDateFormat
 
FastDateFormat(String, TimeZone, Locale) - Constructor for class com.go.trove.util.FastDateFormat
 
FastDateFormat(String, TimeZone, Locale, DateFormatSymbols) - Constructor for class com.go.trove.util.FastDateFormat
 
FastDateFormat.CharacterLiteral - class com.go.trove.util.FastDateFormat.CharacterLiteral.
 
FastDateFormat.CharacterLiteral(char) - Constructor for class com.go.trove.util.FastDateFormat.CharacterLiteral
 
FastDateFormat.NumberRule - interface com.go.trove.util.FastDateFormat.NumberRule.
 
FastDateFormat.PaddedNumberField - class com.go.trove.util.FastDateFormat.PaddedNumberField.
 
FastDateFormat.PaddedNumberField(int, int) - Constructor for class com.go.trove.util.FastDateFormat.PaddedNumberField
 
FastDateFormat.Rule - interface com.go.trove.util.FastDateFormat.Rule.
 
FastDateFormat.StringLiteral - class com.go.trove.util.FastDateFormat.StringLiteral.
 
FastDateFormat.StringLiteral(String) - Constructor for class com.go.trove.util.FastDateFormat.StringLiteral
 
FastDateFormat.TextField - class com.go.trove.util.FastDateFormat.TextField.
 
FastDateFormat.TextField(int, String[]) - Constructor for class com.go.trove.util.FastDateFormat.TextField
 
FastDateFormat.TimeZoneDisplayKey - class com.go.trove.util.FastDateFormat.TimeZoneDisplayKey.
 
FastDateFormat.TimeZoneDisplayKey(TimeZone, boolean, int, Locale) - Constructor for class com.go.trove.util.FastDateFormat.TimeZoneDisplayKey
 
FastDateFormat.TimeZoneRule - class com.go.trove.util.FastDateFormat.TimeZoneRule.
 
FastDateFormat.TimeZoneRule(TimeZone, Locale, int) - Constructor for class com.go.trove.util.FastDateFormat.TimeZoneRule
 
FastDateFormat.TwelveHourField - class com.go.trove.util.FastDateFormat.TwelveHourField.
 
FastDateFormat.TwelveHourField(FastDateFormat.NumberRule) - Constructor for class com.go.trove.util.FastDateFormat.TwelveHourField
 
FastDateFormat.TwentyFourHourField - class com.go.trove.util.FastDateFormat.TwentyFourHourField.
 
FastDateFormat.TwentyFourHourField(FastDateFormat.NumberRule) - Constructor for class com.go.trove.util.FastDateFormat.TwentyFourHourField
 
FastDateFormat.TwoDigitMonthField - class com.go.trove.util.FastDateFormat.TwoDigitMonthField.
 
FastDateFormat.TwoDigitMonthField() - Constructor for class com.go.trove.util.FastDateFormat.TwoDigitMonthField
 
FastDateFormat.TwoDigitNumberField - class com.go.trove.util.FastDateFormat.TwoDigitNumberField.
 
FastDateFormat.TwoDigitNumberField(int) - Constructor for class com.go.trove.util.FastDateFormat.TwoDigitNumberField
 
FastDateFormat.TwoDigitYearField - class com.go.trove.util.FastDateFormat.TwoDigitYearField.
 
FastDateFormat.TwoDigitYearField() - Constructor for class com.go.trove.util.FastDateFormat.TwoDigitYearField
 
FastDateFormat.UnpaddedMonthField - class com.go.trove.util.FastDateFormat.UnpaddedMonthField.
 
FastDateFormat.UnpaddedMonthField() - Constructor for class com.go.trove.util.FastDateFormat.UnpaddedMonthField
 
FastDateFormat.UnpaddedNumberField - class com.go.trove.util.FastDateFormat.UnpaddedNumberField.
 
FastDateFormat.UnpaddedNumberField(int) - Constructor for class com.go.trove.util.FastDateFormat.UnpaddedNumberField
 
FilterException - exception com.go.trove.util.FilterException.
Applies the filter pattern to Exceptions.
FilterException() - Constructor for class com.go.trove.util.FilterException
 
FilterException(String) - Constructor for class com.go.trove.util.FilterException
 
FilterException(Throwable) - Constructor for class com.go.trove.util.FilterException
 
FilterException(String, Throwable) - Constructor for class com.go.trove.util.FilterException
 
FlyweightSet - class com.go.trove.util.FlyweightSet.
A thread-safe Set that manages flyweights: sharable objects that are usually immutable.
FlyweightSet() - Constructor for class com.go.trove.util.FlyweightSet
 
FlyweightSet.Entry - class com.go.trove.util.FlyweightSet.Entry.
 
FlyweightSet.Entry(Object, int, FlyweightSet.Entry) - Constructor for class com.go.trove.util.FlyweightSet.Entry
 
FlyweightSet.SetIterator - class com.go.trove.util.FlyweightSet.SetIterator.
 
FlyweightSet.SetIterator() - Constructor for class com.go.trove.util.FlyweightSet.SetIterator
 
finalize() - Method in class com.go.trove.util.Deflater
 
findClass(String) - Method in class com.go.trove.util.DelegateClassLoader
 
findInsertionPoint(Object) - Method in class com.go.trove.util.SortedArrayList
Finds the index at which o should be inserted.
findInsertionPoint(Object, int, int) - Method in class com.go.trove.util.SortedArrayList
Conducts a binary search to find the index where Object o should be inserted.
findResource(String) - Method in class com.go.trove.util.DelegateClassLoader
 
finish() - Method in class com.go.trove.util.Deflater
When called, indicates that compression should end with the current contents of the input buffer.
finish() - Method in class com.go.trove.util.DeflaterOutputStream
 
finished() - Method in class com.go.trove.util.Deflater
 
first() - Method in class com.go.trove.util.UsageSet
Returns the first element in the set, the most recently used.
firstKey() - Method in class com.go.trove.util.UsageMap
Returns the first key in the map, the most recently used.
flush() - Method in class com.go.trove.util.Deflater
When called, indicates that the current input buffer contents should be flushed out when deflate is next called.
flush() - Method in class com.go.trove.util.DeflaterOutputStream
 
forClass(Class) - Static method in class com.go.trove.util.BeanComparator
Get or create a new BeanComparator for beans of the given type.
format(Date) - Method in class com.go.trove.util.FastDateFormat
 
format(Calendar) - Method in class com.go.trove.util.FastDateFormat
 
format(Date, StringBuffer) - Method in class com.go.trove.util.FastDateFormat
 
format(Calendar, StringBuffer) - Method in class com.go.trove.util.FastDateFormat
 
fullFlush() - Method in class com.go.trove.util.Deflater
When called, indicates that the current input buffer contents should be flushed out when deflate is next called, but all compression information up to this point is cleared.
fullFlush() - Method in class com.go.trove.util.DeflaterOutputStream
 

G

generateClassFile(String, BeanComparator.Rules) - Static method in class com.go.trove.util.BeanComparator
 
generateComparableCompareTo(CodeBuilder, Class, Method, Label, Label, LocalVariable, LocalVariable) - Static method in class com.go.trove.util.BeanComparator
 
generateComparator() - Method in class com.go.trove.util.BeanComparator
 
generateComparatorClass(BeanComparator.Rules) - Method in class com.go.trove.util.BeanComparator
 
generateKey(MergedClass.ClassEntry[]) - Static method in class com.go.trove.util.MergedClass
 
generatePrimitiveComparison(CodeBuilder, Class, LocalVariable, LocalVariable) - Static method in class com.go.trove.util.BeanComparator
 
get(Object) - Method in class com.go.trove.util.Cache
 
get(int, boolean) - Static method in class com.go.trove.util.DeflaterPool
 
get(int) - Static method in class com.go.trove.util.DeflaterPool
 
get() - Static method in class com.go.trove.util.DeflaterPool
 
get(Object) - Method in class com.go.trove.util.Depot
Retrieve an object from the Depot.
get(Object, long) - Method in class com.go.trove.util.Depot
Retrieve an object from the Depot.
get(Depot.Factory, Object) - Method in class com.go.trove.util.Depot
Retrieve an object from the Depot.
get(Depot.Factory, Object, long) - Method in class com.go.trove.util.Depot
Retrieve an object from the Depot.
get(Object) - Method in class com.go.trove.util.IdentityMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.go.trove.util.IntHashMap
Returns the value to which this map maps the specified key.
get(int) - Method in class com.go.trove.util.IntHashMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.go.trove.util.NullKeyMap
 
get(Object) - Method in class com.go.trove.util.PropertyMap
 
get(String) - Method in class com.go.trove.util.PropertyMap
 
get(Object) - Method in class com.go.trove.util.SoftHashMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class com.go.trove.util.UsageMap
 
get(Object) - Method in class com.go.trove.util.Utils.EmptyMap
 
get(Object) - Method in class com.go.trove.util.WrappedCache
Returns the value from the cache, or if not found, the backing map.
getAdler() - Method in class com.go.trove.util.Deflater
 
getAdler(long) - Method in class com.go.trove.util.Deflater
 
getAllProperties(Class) - Static method in class com.go.trove.util.CompleteIntrospector
A function that returns a Map of all the available properties on a given class including write-only properties.
getAllThreads() - Method in class com.go.trove.util.ThreadPool
 
getAvailableCount() - Method in class com.go.trove.util.ThreadPool
 
getBoolean(String) - Method in class com.go.trove.util.PropertyMap
Returns true only if value is "true", ignoring case.
getBoolean(String, boolean) - Method in class com.go.trove.util.PropertyMap
Returns the default value if the given key isn't in this PropertyMap or if the the value isn't equal to "true", ignoring case.
getClazz() - Method in class com.go.trove.util.MergedClass.ClassEntry
 
getCode() - Method in class com.go.trove.util.PropertyParser.Token
Token code is non-null, and is exactly the same as the name for its Id.
getComponent() - Method in class com.go.trove.util.MultiKey
Returns the original component used to construct this MultiKey.
getConstructor(ClassInjector, Class[]) - Static method in class com.go.trove.util.MergedClass
Returns the constructor for a class that merges all of the given source classes.
getConstructor(ClassInjector, Class[], String[]) - Static method in class com.go.trove.util.MergedClass
Returns the constructor for a class that merges all of the given source classes.
getConstructor2(ClassInjector, Class[]) - Static method in class com.go.trove.util.MergedClass
Returns the constructor for a class that merges all of the given source classes.
getConstructor2(ClassInjector, Class[], String[]) - Static method in class com.go.trove.util.MergedClass
Returns the constructor for a class that merges all of the given source classes.
getDateInstance(Object, TimeZone, Locale) - Static method in class com.go.trove.util.FastDateFormat
 
getDateTimeInstance(Object, Object, TimeZone, Locale) - Static method in class com.go.trove.util.FastDateFormat
 
getDefaultPattern() - Static method in class com.go.trove.util.FastDateFormat
 
getDetailedErrorMessage() - Method in class com.go.trove.util.PropertyParser.ErrorEvent
Returns the error message prepended with source file information.
getErrorCount() - Method in class com.go.trove.util.PropertyParser.Scanner
 
getErrorCount() - Method in class com.go.trove.util.PropertyParser
Total number of errors accumulated by this PropertyParser instance.
getErrorMessage() - Method in class com.go.trove.util.PropertyParser.ErrorEvent
 
getHashIterator(int) - Method in class com.go.trove.util.IdentityMap
 
getHashIterator(int) - Method in class com.go.trove.util.SoftHashMap
 
getId() - Method in class com.go.trove.util.PropertyParser.Token
 
getIdleTimeout() - Method in class com.go.trove.util.ThreadPool
Returns the idle timeout (in milliseconds) for threads to exit.
getInputStream() - Method in class com.go.trove.util.ClassInjector.ResourceConnection
 
getInstance() - Static method in class com.go.trove.util.ClassInjector
Returns a shared ClassInjector instance.
getInstance(ClassLoader) - Static method in class com.go.trove.util.ClassInjector
Returns a shared ClassInjector instance for the given ClassLoader.
getInstance() - Static method in class com.go.trove.util.FastDateFormat
 
getInstance(String) - Static method in class com.go.trove.util.FastDateFormat
 
getInstance(String, TimeZone) - Static method in class com.go.trove.util.FastDateFormat
 
getInstance(String, Locale) - Static method in class com.go.trove.util.FastDateFormat
 
getInstance(String, DateFormatSymbols) - Static method in class com.go.trove.util.FastDateFormat
 
getInstance(String, TimeZone, Locale) - Static method in class com.go.trove.util.FastDateFormat
 
getInstance(String, TimeZone, Locale, DateFormatSymbols) - Static method in class com.go.trove.util.FastDateFormat
 
getInstance(int) - Method in interface com.go.trove.util.MergedClass.InstanceFactory
Return a merged class instance by index.
getInt(String) - Method in class com.go.trove.util.PropertyMap
Returns 0 if the given key isn't in this PropertyMap.
getInt(String, int) - Method in class com.go.trove.util.PropertyMap
Returns the default value if the given key isn't in this PropertyMap or isn't a valid integer.
getInteger(String) - Method in class com.go.trove.util.PropertyMap
Returns null if the given key isn't in this PropertyMap or it isn't a valid integer.
getInteger(String, Integer) - Method in class com.go.trove.util.PropertyMap
Returns the default value if the given key isn't in this PropertyMap or it isn't a valid integer.
getKey() - Method in class com.go.trove.util.IdentityMap.Entry
 
getKey() - Method in class com.go.trove.util.IntHashMap.Entry
 
getKey() - Method in class com.go.trove.util.SoftHashMap.Entry
 
getKey() - Method in class com.go.trove.util.UsageMap.Entry
 
getLocale() - Method in class com.go.trove.util.FastDateFormat
 
getLog() - Method in interface com.go.trove.util.Config
Returns a log object that the target for this config object should use for reporting information pertaining to the operation of the target.
getLog() - Method in class com.go.trove.util.ConfigSupport
Returns a log object that the target for this config object should use for reporting information pertaining to the operation of the target.
getMaxLengthEstimate() - Method in class com.go.trove.util.FastDateFormat
Returns an estimate for the maximum length date that this date formatter will produce.
getMaximumAllowed() - Method in class com.go.trove.util.ThreadPool
 
getMergedClass(ClassInjector, Class[], String[]) - Static method in class com.go.trove.util.MergedClass
 
getMergedClass(ClassInjector, MergedClass.ClassEntry[]) - Static method in class com.go.trove.util.MergedClass
Creates a class with a public constructor whose parameter types match the given source classes.
getMessage() - Method in class com.go.trove.util.FilterException
 
getMethod() - Method in class com.go.trove.util.MergedClass.MethodEntry
 
getMethodPrefix() - Method in class com.go.trove.util.MergedClass.ClassEntry
 
getName() - Method in class com.go.trove.util.MergedClass.MethodEntry
 
getNumber(String) - Method in class com.go.trove.util.PropertyMap
Returns null if the given key isn't in this PropertyMap.
getNumber(String, Number) - Method in class com.go.trove.util.PropertyMap
Returns the default value if the given key isn't in this PropertyMap or isn't a valid number.
getPattern() - Method in class com.go.trove.util.FastDateFormat
 
getPooledCount() - Method in class com.go.trove.util.ThreadPool
 
getPriority() - Method in class com.go.trove.util.ThreadPool
Returns the initial priority given to each thread in the pool.
getProperties() - Method in class com.go.trove.util.BeanComparator
 
getProperties() - Method in interface com.go.trove.util.Config
Returns initialization parameters in an easier to use map format.
getProperties() - Method in class com.go.trove.util.ConfigSupport
Returns initialization parameters in an easier to use map format.
getResource(String) - Method in class com.go.trove.util.