Uses of Interface
com.helger.commons.lang.IHasSize
Packages that use IHasSize
Package
Description
-
Uses of IHasSize in com.helger.commons.cache
Subinterfaces of IHasSize in com.helger.commons.cacheModifier and TypeInterfaceDescriptioninterfaceICache<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 IHasSizeModifier and TypeClassDescriptionclassCache<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.callbackModifier and TypeInterfaceDescriptioninterfaceICallbackList<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 IHasSizeModifier and TypeClassDescriptionclassCallbackList<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 IHasSizeModifier and TypeClassDescriptionclassNonBlockingStack<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.implModifier and TypeInterfaceDescriptioninterfaceICommonsCollection<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 IHasSizeModifier and TypeClassDescriptionclassCommonsArrayList<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 IHasSizeModifier and TypeClassDescriptionclassLRUSet<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 IHasSizeModifier and TypeClassDescriptionfinal classThis class provides a cache forDateTimeFormatterinstances.static final classThis 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.listClasses in com.helger.commons.error.list that implement IHasSize -
Uses of IHasSize in com.helger.commons.http
Classes in com.helger.commons.http that implement IHasSizeModifier and TypeClassDescriptionclassAbstracts 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.ioModifier and TypeInterfaceDescriptioninterfaceBase interface for all objects owning a byte array.Classes in com.helger.commons.io that implement IHasSize -
Uses of IHasSize in com.helger.commons.io.resource.inmemory
Classes in com.helger.commons.io.resource.inmemory that implement IHasSizeModifier and TypeClassDescriptionclassAn in-memoryIReadableResourcebased on a byte array.classAn 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 IHasSizeModifier and TypeClassDescriptionclassA non-synchronized copy of the classByteArrayOutputStream.classA 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 -
Uses of IHasSize in com.helger.commons.log
Classes in com.helger.commons.log that implement IHasSizeModifier and TypeClassDescriptionclassKeeps 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 IHasSizeModifier and TypeClassDescriptionfinal classThis class provides a cached for compiled regular expressions. -
Uses of IHasSize in com.helger.commons.url
Classes in com.helger.commons.url that implement IHasSizeModifier and TypeClassDescriptionclassA list of URL parameters with a sanity API.