Uses of Interface
com.helger.base.iface.IHasSize
Packages that use IHasSize
Package
Description
-
Uses of IHasSize in com.helger.base.array.bytes
Classes in com.helger.base.array.bytes that implement IHasSize -
Uses of IHasSize in com.helger.base.callback
Subinterfaces of IHasSize in com.helger.base.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.base.callback that implement IHasSizeModifier and TypeClassDescriptionclassCallbackList<CALLBACKTYPE extends ICallback>This class manages a list of callbacks. -
Uses of IHasSize in com.helger.base.io.iface
Subinterfaces of IHasSize in com.helger.base.io.ifaceModifier and TypeInterfaceDescriptioninterfaceBase interface for all objects owning a byte array. -
Uses of IHasSize in com.helger.base.io.nonblocking
Classes in com.helger.base.io.nonblocking 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.base.io.streamprovider
Classes in com.helger.base.io.streamprovider that implement IHasSize