Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.google.common.base Classes and Interfaces - 53 results found.
NameDescriptionTypePackageFramework
AsciiStatic methods pertaining to ASCII characters (those in the range of values 0x00 through 0x7F), and to strings containing suchClasscom.google.common.baseGoogle Guava
CaseFormatUtility class for converting between various ASCII case formats.Classcom.google.common.baseGoogle Guava
CharMatcherDetermines a true or false value for any Java char value, just as Predicate does for any Object.Classcom.google.common.baseGoogle Guava
CharsetsContains constant definitions for the six standard Charset instances, which are guaranteed to be supported by all Java platform implementations.Classcom.google.common.baseGoogle Guava
ConverterA function from A to B with an associated reverse function from B to A; used for converting back and forth between different representations of the sameClasscom.google.common.baseGoogle Guava
DefaultsThis class provides default values for all Java types, as defined by the JLS.Classcom.google.common.baseGoogle Guava
EnumsUtility methods for working with Enum instances.Classcom.google.common.baseGoogle Guava
EquivalenceA strategy for determining whether two instances are considered equivalent.Classcom.google.common.baseGoogle Guava
Equivalence .WrapperWraps an object so that equals(Object) and hashCode() delegate to an For example, given an Equivalence for strings named equivClasscom.google.common.base.EquivalenceGoogle Guava
FinalizablePhantomReferencePhantom reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.Classcom.google.common.baseGoogle Guava
FinalizableReferenceInterfacecom.google.common.baseGoogle Guava
FinalizableReferenceQueueA reference queue with an associated background thread that dequeues references and invokes FinalizableReference.Classcom.google.common.baseGoogle Guava
FinalizableSoftReferenceSoft reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.Classcom.google.common.baseGoogle Guava
FinalizableWeakReferenceWeak reference with a finalizeReferent() method which a background thread invokes after the garbage collector reclaims the referent.Classcom.google.common.baseGoogle Guava
FunctionDetermines an output value based on an input value.Interfacecom.google.common.baseGoogle Guava
FunctionsStatic utility methods pertaining to Function instances.Classcom.google.common.baseGoogle Guava
JoinerAn object which joins pieces of text (specified as an array, Iterable, varargs or even a Map) with a separator.Classcom.google.common.baseGoogle Guava
Joiner .MapJoinerAn object that joins map entries in the same manner as Joiner joins iterables and arrays.Classcom.google.common.base.JoinerGoogle Guava
MoreObjectsHelper functions that operate on any Object, and are not already provided in See the Guava User Guide on writingClasscom.google.common.baseGoogle Guava
MoreObjects .ToStringHelperSupport class for MoreObjects.Classcom.google.common.base.MoreObjectsGoogle Guava
ObjectsHelper functions that can operate on any Object.Classcom.google.common.baseGoogle Guava
Objects .ToStringHelperSupport class for Objects.Classcom.google.common.base.ObjectsGoogle Guava
OptionalAn immutable object that may contain a non-null reference to another object.Classcom.google.common.baseGoogle Guava
PreconditionsStatic convenience methods that help a method or constructor check whether it was invoked correctly (whether its preconditions have been met).Classcom.google.common.baseGoogle Guava
PredicateDetermines a true or false value for a given input.Interfacecom.google.common.baseGoogle Guava
PredicatesStatic utility methods pertaining to Predicate instances.Classcom.google.common.baseGoogle Guava
SplitterExtracts non-overlapping substrings from an input string, typically by recognizing appearances of a separator sequence.Classcom.google.common.baseGoogle Guava
Splitter .MapSplitterAn object that splits strings into maps as Splitter splits iterables and lists.Classcom.google.common.base.SplitterGoogle Guava
StandardSystemPropertyenum StandardSystemPropertyRepresents a standard system property.Classcom.google.common.baseGoogle Guava
StopwatchAn object that measures elapsed time in nanoseconds.Classcom.google.common.baseGoogle Guava
StringsStatic utility methods pertaining to String or CharSequenceSince:3.Classcom.google.common.baseGoogle Guava
SupplierA class that can supply objects of a single type.Interfacecom.google.common.baseGoogle Guava
Suppliers All methods return serializable suppliers as long as they're given serializable parameters.Classcom.google.common.baseGoogle Guava
ThrowablesStatic utility methods pertaining to instances of Throwable.Classcom.google.common.baseGoogle Guava
TickerA time source; returns a time value representing the number of nanoseconds elapsed since some fixed but arbitrary point in time.Classcom.google.common.baseGoogle Guava
Utf8Low-level, high-performance utility methods related to the UTF-8 character encoding.Classcom.google.common.baseGoogle Guava
VerifyStatic convenience methods that serve the same purpose as Java language assertions, except that they are always enabled.Classcom.google.common.baseGoogle Guava
VerifyExceptionException thrown upon the failure of a check, including those performed by the convenience methods of the Verify class.Classcom.google.common.baseGoogle Guava
FinalizablePhantomReference P h a n t o m r e f e r e n c e w i t h a f i n a l i z e R e f e r e n t ( ) m e t h o d w h i c h a b a c k g r o u n d t h r e a d i n v o k e s a f t e r t h e g a r b a g e c o l l e c t o r r e c l a i m s t h e Classcom.google.common.baseGoogle Collections
FinalizableReferenceInterfacecom.google.common.baseGoogle Collections
FinalizableReferenceQueue A r e f e r e n c e q u e u e w i t h a n a s s o c i a t e d b a c k g r o u n d t h r e a d t h a t d e q u e u e s r e f e r e n c e s a n d i n v o k e s F i n a l i z a b l e R e f e r e n c e . Classcom.google.common.baseGoogle Collections
FinalizableSoftReference S o f t r e f e r e n c e w i t h a f i n a l i z e R e f e r e n t ( ) m e t h o d w h i c h a b a c k g r o u n d t h r e a d i n v o k e s a f t e r t h e g a r b a g e c o l l e c t o r r e c l a i m s t h e r e f e r e n t . Classcom.google.common.baseGoogle Collections
FinalizableWeakReference W e a k r e f e r e n c e w i t h a f i n a l i z e R e f e r e n t ( ) m e t h o d w h i c h a b a c k g r o u n d t h r e a d i n v o k e s a f t e r t h e g a r b a g e c o l l e c t o r r e c l a i m s t h e r e f e r e n t . Classcom.google.common.baseGoogle Collections
Function A t r a n s f o r m a t i o n f r o m o n e o b j e c t t o a n o t h e r . Interfacecom.google.common.baseGoogle Collections
Functions A l l m e t h o d s r e t u r n s s e r i a l i z a b l e f u n c t i o n s a s l o n g a s t h e y ' r e g i v e n s e r i a l i z a b l e p a r a m e t e r s . Classcom.google.common.baseGoogle Collections
Joiner A n o b j e c t w h i c h j o i n s p i e c e s o f t e x t ( s p e c i f i e d a s a n a r r a y , I t e r a b l e , v a r a r g s o r e v e n a M a p ) w i t h a s e p a r a t o r . Classcom.google.common.baseGoogle Collections
Joiner .MapJoiner A n o b j e c t t h a t j o i n s m a p e n t r i e s i n t h e s a m e m a n n e r a s J o i n e r j o i n s i t e r a b l e s a n d a r r a y s . Classcom.google.common.base.JoinerGoogle Collections
Objects H e l p e r f u n c t i o n s t h a t c a n o p e r a t e o n a n y O b j e c t . Classcom.google.common.baseGoogle Collections
Preconditions S i m p l e s t a t i c m e t h o d s t o b e c a l l e d a t t h e s t a r t o f y o u r o w n m e t h o d s t o v e r i f y c o r r e c t a r g u m e n t s a n d s t a t e . Classcom.google.common.baseGoogle Collections
Predicate D e t e r m i n e s a t r u e o r f a l s e v a l u e f o r a g i v e n i n p u t . Interfacecom.google.common.baseGoogle Collections
Predicates C o n t a i n s s t a t i c f a c t o r y m e t h o d s f o r c r e a t i n g P r e d i c a t e i n s t a n c e s . Classcom.google.common.baseGoogle Collections
Supplier A c l a s s t h a t c a n s u p p l y o b j e c t s o f a s i n g l e t y p e . Interfacecom.google.common.baseGoogle Collections
Suppliers A l l m e t h o d s r e t u r n s e r i a l i z a b l e s u p p l i e r s a s l o n g a s t h e y ' r e g i v e n s e r i a l i z a b l e p a r a m e t e r s . Classcom.google.common.baseGoogle Collections