Uses of Interface
com.helger.commons.lang.IHasSize
-
-
Uses of IHasSize in com.helger.commons.cache
Subinterfaces of IHasSize in com.helger.commons.cache Modifier and Type Interface Description interfaceICache<KEYTYPE,VALUETYPE>Read-only interface for a very simple Map-like cache.interfaceIMutableCache<KEYTYPE,VALUETYPE>Interface for a very simple Map-like cache.Classes in com.helger.commons.cache that implement IHasSize Modifier and Type Class Description classCache<KEYTYPE,VALUETYPE>The default implementation ofICacheandIMutableCache.classMappedCache<KEYTYPE,KEYSTORETYPE,VALUETYPE>Base implementation ofICacheandIMutableCache. -
Uses of IHasSize in com.helger.commons.callback
Subinterfaces of IHasSize in com.helger.commons.callback Modifier and Type Interface Description interfaceICallbackList<CALLBACKTYPE extends ICallback>Read-only interface for a list ofICallbackobjects.
Note: Does not implement Iterable because the returned iterator would either be an Iterator over the list in which case you can useICallbackList.getAllCallbacks()directly or the returned Iterator would not be thread-safe and that is not an option for this type.Classes in com.helger.commons.callback that implement IHasSize Modifier and Type Class Description classCallbackList<CALLBACKTYPE extends ICallback>This class manages a list of callbacks. -
Uses of IHasSize in com.helger.commons.collection
Classes in com.helger.commons.collection that implement IHasSize Modifier and Type Class Description classNonBlockingStack<ELEMENTTYPE>A version of a stack that does not useVectorbut anCommonsArrayListas the underlying data structure as opposed toStack. -
Uses of IHasSize in com.helger.commons.collection.impl
Subinterfaces of IHasSize in com.helger.commons.collection.impl Modifier and Type Interface Description interfaceICommonsCollection<ELEMENTTYPE>Case collection interface for my extended collection classes.interfaceICommonsList<ELEMENTTYPE>A specialListinterface with extended functionality based onICommonsCollection.interfaceICommonsNavigableSet<ELEMENTTYPE>A specialNavigableSetbased interface with extended functionality based onICommonsSortedSet.interfaceICommonsOrderedSet<ELEMENTTYPE>A special orderedSetbased interface with extended functionality based onICommonsSet.interfaceICommonsSet<ELEMENTTYPE>A specialSetinterface with extended functionality based onICommonsCollection.interfaceICommonsSortedSet<ELEMENTTYPE>A specialSortedSetbased interface with extended functionality based onICommonsSet.Classes in com.helger.commons.collection.impl that implement IHasSize Modifier and Type Class Description classCommonsArrayList<ELEMENTTYPE>A specialArrayListimplementation based onICommonsList.classCommonsCopyOnWriteArrayList<ELEMENTTYPE>A specialCommonsCopyOnWriteArrayListimplementation based onICommonsList.classCommonsCopyOnWriteArraySet<ELEMENTTYPE>A specialCopyOnWriteArraySetimplementation based onICommonsSet.classCommonsHashSet<ELEMENTTYPE>A specialHashSetimplementation based onICommonsSet.classCommonsLinkedHashSet<ELEMENTTYPE>A specialLinkedHashSetimplementation based onICommonsOrderedSet.classCommonsLinkedList<ELEMENTTYPE>A specialLinkedListimplementation based onICommonsList.classCommonsTreeSet<ELEMENTTYPE>A specialTreeSetimplementation based onICommonsNavigableSet.classCommonsVector<ELEMENTTYPE>A specialVectorimplementation based onICommonsList. -
Uses of IHasSize in com.helger.commons.collection.map
Classes in com.helger.commons.collection.map that implement IHasSize Modifier and Type Class Description classLRUSet<ELEMENTTYPE>A special ordered set, that has an upper limit of contained elements. -
Uses of IHasSize in com.helger.commons.datetime
Classes in com.helger.commons.datetime that implement IHasSize Modifier and Type Class Description classDateTimeFormatterCacheThis class provides a cache forDateTimeFormatterinstances.static classPDTFormatter.LocalizedDateFormatCacheThis class caches the compiled patterns for localized date and time formatter. -
Uses of IHasSize in com.helger.commons.error.list
Subinterfaces of IHasSize in com.helger.commons.error.list Modifier and Type Interface Description interfaceIErrorListInterface for a list ofIErrorobjects.Classes in com.helger.commons.error.list that implement IHasSize Modifier and Type Class Description classErrorListDefault implementation ofIErrorList. -
Uses of IHasSize in com.helger.commons.http
Classes in com.helger.commons.http that implement IHasSize Modifier and Type Class Description classHttpHeaderMapAbstracts HTTP header interface for external usage.
Note: since version 9.1.8 (issue #11) the internal scheme changed and the original case is stored. -
Uses of IHasSize in com.helger.commons.io
Subinterfaces of IHasSize in com.helger.commons.io Modifier and Type Interface Description interfaceIHasByteArrayBase interface for all objects owning a byte array.Classes in com.helger.commons.io that implement IHasSize Modifier and Type Class Description classByteArrayWrapperA straight forward implementation ofIHasByteArray -
Uses of IHasSize in com.helger.commons.io.resource.inmemory
Classes in com.helger.commons.io.resource.inmemory that implement IHasSize Modifier and Type Class Description classReadableResourceByteArrayAn in-memoryIReadableResourcebased on a byte array.classReadableResourceStringAn in-memoryIReadableResourcebased on aStringwhich is converted to a byte array with the provided charset. -
Uses of IHasSize in com.helger.commons.io.stream
Classes in com.helger.commons.io.stream that implement IHasSize Modifier and Type Class Description classNonBlockingByteArrayOutputStreamA non-synchronized copy of the classByteArrayOutputStream.classNonBlockingStringWriterA non-synchronized copy of the classStringWriter.
It usesStringBuilderinstead ofStringBufferand therefore does not need synchronized access! -
Uses of IHasSize in com.helger.commons.io.streamprovider
Classes in com.helger.commons.io.streamprovider that implement IHasSize Modifier and Type Class Description classByteArrayInputStreamProviderAnInputStreamprovider based on a byte array. -
Uses of IHasSize in com.helger.commons.log
Classes in com.helger.commons.log that implement IHasSize Modifier and Type Class Description classInMemoryLoggerKeeps a set ofLogMessageobjects in memory, offering an API similar to SLF4J. -
Uses of IHasSize in com.helger.commons.regex
Classes in com.helger.commons.regex that implement IHasSize Modifier and Type Class Description classRegExCacheThis class provides a cached for compiled regular expressions. -
Uses of IHasSize in com.helger.commons.url
Classes in com.helger.commons.url that implement IHasSize Modifier and Type Class Description classURLParameterListA list of URL parameters with a sanity API.
-