Package org.apache.juneau.internal
package org.apache.juneau.internal
- 
ClassDescriptionAnnotation utilities.ArrayBuilder<E>Builder for arrays.Quick and dirty utilities for working with arrays.BiMap<K,V> A linked hashmap with reverse key lookup by value.BiMap.Builder<K,V> Builder class.Cache<K,V> Simple in-memory cache of objects.Cache.Builder<K,V> Builder class.Similar toStringReaderexcept reads from a genericCharSequenceReader.Class-related utility methods.Utility methods for collections.Utilities when working withPredicatesandConsumers.Utility class for efficiently converting objects between types.A utility class for parsing and formatting HTTP dates as used in cookies and other headers.Represents a wrappedBeanMapwhere property values can be overridden, removed, or reordered without affecting the underlying bean.DelegateList<T extends Collection<?>>Represents a wrappedCollectionwhere entries in the list can be removed or reordered without affecting the underlying list.DelegateMap<T extends Map>Represents a wrappedMapwhere entries in the map can be removed without affecting the underlying map.ExceptionBuilder<T extends Throwable>Builder class forExceptionobjects.File utilities.FilteredMap<K,V> Wrapper around a map where the key names are overridden.A simple settable boolean value.Function2<A,B, R> A function that takes in 2 arguments.Function3<A,B, C, R> A function that takes in 3 arguments.Function4<A,B, C, D, R> A function that takes in 4 arguments.Utility class for generating integer hash codes.HTTP utilities.A simple settable integer value.Stores a set of language keywords for quick lookup.ListBuilder<E>Builder for lists.MapBuilder<K,V> Builder for maps.MultiSet<E>Encapsulates multiple collections so they can be iterated over as if they were all part of the same collection.Wraps an existingOutputStreamwhere theNoCloseOutputStream.close()method is a no-op.Wraps an existingWriterwhere theNoCloseWriter.close()method is a no-op.InputStreamimplementation that reads a character stream from aReaderand transforms it to a byte stream using a specified charset encoding.Class-related utility methods.SetBuilder<E>Builder for sets.Encapsulate a bean setter method that may be a method or field.Field setterMethod setterA simple auto-closeable wrapper around a lock.SimpleMap<K,V> An instance of aMap where the keys and values are simple arrays.An extension ofReentrantReadWriteLockwith convenience methods for creating auto-closeable locks.An extension ofReentrantReadWriteLockwith convenience methods for creating auto-closeable locks.Enums for state-machine states.Similar toStringWriter, but uses aStringBuilderinstead to avoid synchronization overhead.TwoKeyConcurrentCache<K1,K2, V> A hashmap that allows for two-part keys.Various generic object utility methods.Represents an OSGi-style version range like"1.2" or"[1.0,2.0)" .