Uses of Enum
com.helger.commons.state.EChange
Packages that use EChange
Package
Description
-
Uses of EChange in com.helger.commons.cache
Methods in com.helger.commons.cache that return EChangeModifier and TypeMethodDescriptionIMutableCache.clearCache()Remove all cached elements.MappedCache.clearCache()IMutableCache.removeFromCache(KEYTYPE aKey) Remove the given key from the cache.MappedCache.removeFromCache(KEYTYPE aKey) -
Uses of EChange in com.helger.commons.callback
Methods in com.helger.commons.callback that return EChangeModifier and TypeMethodDescriptionCallbackList.add(CALLBACKTYPE aCallback) Add a callback.final EChangeCallbackList.addAll(CALLBACKTYPE... aCallbacks) Add an array of elements to this collection.CallbackList.removeAll()Remove all callbacksCallbackList.removeObject(CALLBACKTYPE aCallback) Remove the specified callbackCallbackList.set(CALLBACKTYPE aCallback) Clear all elements and add only the passed value.CallbackList.set(CallbackList<CALLBACKTYPE> rhs) Clear all elements and add all provided values. -
Uses of EChange in com.helger.commons.collection
Methods in com.helger.commons.collection that return EChangeModifier and TypeMethodDescriptionstatic EChangeCollectionHelper.removeAtIndex(List<?> aList, int nIndex) Remove the element at the specified index from the passed list. -
Uses of EChange in com.helger.commons.collection.attr
Methods in com.helger.commons.collection.attr that return EChangeModifier and TypeMethodDescriptiondefault EChangedefault EChangeSet/overwrite an attribute value including before and after callbacks.default EChangeSet/overwrite an attribute value.default EChangeSet/overwrite an attribute value.default EChangeSet/overwrite an attribute value.default EChangeSet/overwrite an attribute value.default EChangeSet/overwrite an attribute value.default EChangeSet/overwrite an attribute value.default EChangedefault EChangedefault EChangedefault EChangedefault EChangedefault EChange -
Uses of EChange in com.helger.commons.collection.impl
Methods in com.helger.commons.collection.impl that return EChangeModifier and TypeMethodDescriptiondefault EChangeICommonsCollection.addAll(ELEMENTTYPE... aElements) Add an array of elements to this collection.default EChangeICommonsCollection.addAll(ELEMENTTYPE[] aElements, Predicate<? super ELEMENTTYPE> aFilter) Add all matching elements of an array this collection.default EChangeICommonsCollection.addAll(Iterable<? extends ELEMENTTYPE> aElements) Add all elements of the passed iterable to this collection.default EChangeICommonsCollection.addAll(Iterable<? extends ELEMENTTYPE> aElements, Predicate<? super ELEMENTTYPE> aFilter) Add all elements of the passed iterable to this collection.default EChangeICommonsCollection.addAll(Enumeration<? extends ELEMENTTYPE> aEnum) Add all elements of the passed enumeration to this collection.default EChangeICommonsCollection.addAll(Enumeration<? extends ELEMENTTYPE> aEnum, Predicate<? super ELEMENTTYPE> aFilter) Add all elements of the passed enumeration to this collection.default EChangeICommonsCollection.addAll(Iterator<? extends ELEMENTTYPE> aIter) Add all elements of the passed iterator to this collection.default EChangeICommonsCollection.addAll(Iterator<? extends ELEMENTTYPE> aIter, Predicate<? super ELEMENTTYPE> aFilter) Add all elements of the passed iterator to this collection.default <SRCTYPE> EChangeICommonsCollection.addAllMapped(Iterable<? extends SRCTYPE> aElements, Function<? super SRCTYPE, ? extends ELEMENTTYPE> aMapper) Add all passed elements after performing a mapping using the provided function.default <SRCTYPE> EChangeICommonsCollection.addAllMapped(Iterable<? extends SRCTYPE> aElements, Function<? super SRCTYPE, ? extends ELEMENTTYPE> aMapper, Predicate<? super ELEMENTTYPE> aFilter) Add all passed elements matching the provided filter after performing a mapping using the provided function.default <SRCTYPE> EChangeICommonsCollection.addAllMapped(Iterable<? extends SRCTYPE> aElements, Predicate<? super SRCTYPE> aFilter, Function<? super SRCTYPE, ? extends ELEMENTTYPE> aMapper) Add all passed elements matching the provided filter after performing a mapping using the provided function.default <SRCTYPE> EChangeICommonsCollection.addAllMapped(SRCTYPE[] aElements, Function<? super SRCTYPE, ? extends ELEMENTTYPE> aMapper) Add all passed elements after performing a mapping using the provided function.default <SRCTYPE> EChangeICommonsCollection.addAllMapped(SRCTYPE[] aElements, Function<? super SRCTYPE, ? extends ELEMENTTYPE> aMapper, Predicate<? super ELEMENTTYPE> aFilter) Add all passed elements matching the provided filter after performing a mapping using the provided function.default <SRCTYPE> EChangeICommonsCollection.addAllMapped(SRCTYPE[] aElements, Predicate<? super SRCTYPE> aFilter, Function<? super SRCTYPE, ? extends ELEMENTTYPE> aMapper) Add all passed elements matching the provided filter after performing a mapping using the provided function.default EChangeICommonsCollection.addIf(ELEMENTTYPE aElement, Predicate<? super ELEMENTTYPE> aFilter) Add the passed element to this collection if passed predicate is fulfilleddefault EChangeICommonsCollection.addIfNotNull(ELEMENTTYPE aElement) Add the passed element to this collection if it is non-null.default EChangeICommonsCollection.addObject(ELEMENTTYPE aElement) add the provided element to the collection usingCollection.add(Object)but returning a more structured return value.default EChangeICommonsCollection.removeAll()Remove all elements from this collection.default EChangeICommonsMap.removeAll()Remove all elements from this collection.default EChangeICommonsList.removeAtIndex(int nIndex) Remove the element at the specified index from the passed list.default EChangedefault EChangeICommonsMap.removeIfKey(Predicate<? super KEYTYPE> aFilter) default EChangeICommonsMap.removeIfValue(Predicate<? super VALUETYPE> aFilter) default EChangeICommonsCollection.removeObject(ELEMENTTYPE aElement) Remove the provided element from the collection usingCollection.remove(Object)but returning a more structured return value.default EChangeICommonsMap.removeObject(KEYTYPE aKey) Remove the object with the passed key from this map.default EChangeICommonsCollection.set(ELEMENTTYPE aValue) Clear all elements and add only the passed value.default EChangeICommonsCollection.setAll(ELEMENTTYPE... aValues) Clear all elements and add all provided values.default EChangeICommonsCollection.setAll(Iterable<? extends ELEMENTTYPE> aValues) Clear all elements and add all provided values.default EChangeClear and add all provided values.default <SRCTYPE> EChangeICommonsCollection.setAllMapped(Iterable<? extends SRCTYPE> aValues, Function<? super SRCTYPE, ? extends ELEMENTTYPE> aMapper) Clear all elements and add all provided values.default <SRCTYPE> EChangeICommonsCollection.setAllMapped(SRCTYPE[] aValues, Function<? super SRCTYPE, ? extends ELEMENTTYPE> aMapper) Clear all elements and add all provided values. -
Uses of EChange in com.helger.commons.compare
Methods in com.helger.commons.compare that return EChangeModifier and TypeMethodDescriptionstatic EChangeCollatorHelper.clearCache()Clear all cached collators. -
Uses of EChange in com.helger.commons.deadlock
Methods in com.helger.commons.deadlock that return EChange -
Uses of EChange in com.helger.commons.equals
Methods in com.helger.commons.equals that return EChangeModifier and TypeMethodDescriptionEqualsImplementationRegistry.unregisterEqualsImplementation(Class<?> aClass) -
Uses of EChange in com.helger.commons.gfx
Methods in com.helger.commons.gfx that return EChangeModifier and TypeMethodDescriptionImageDataManager.clearCache()Remove all cached elementsImageDataManager.clearCachedSize(IReadableResource aRes) Remove a single resource from the cache. -
Uses of EChange in com.helger.commons.hashcode
Methods in com.helger.commons.hashcode that return EChangeModifier and TypeMethodDescriptionHashCodeImplementationRegistry.unregisterHashCodeImplementation(Class<?> aClass) -
Uses of EChange in com.helger.commons.http
Methods in com.helger.commons.http that return EChangeModifier and TypeMethodDescriptionHttpHeaderMap.removeAll()Remove all contained headers.HttpHeaderMap.removeHeader(String sName, String sValue) HttpHeaderMap.removeHeaders(String sName) Remove all header values with the provided nameHttpHeaderMap.removeHeadersIf(Predicate<? super String> aNameFilter) Remove all header values where the name matches the provided filter. -
Uses of EChange in com.helger.commons.id.factory
Methods in com.helger.commons.id.factory that return EChangeModifier and TypeMethodDescriptionstatic EChangeGlobalIDFactory.setIntIDFactory(IIntIDFactory aFactory) static EChangeGlobalIDFactory.setLongIDFactory(ILongIDFactory aFactory) static EChangeGlobalIDFactory.setPersistentIntIDFactory(IIntIDFactory aFactory) static EChangeGlobalIDFactory.setPersistentLongIDFactory(ILongIDFactory aFactory) static EChangeGlobalIDFactory.setPersistentStringIDFactory(IStringIDFactory aFactory) static EChangeGlobalIDFactory.setStringIDFactory(IStringIDFactory aFactory) -
Uses of EChange in com.helger.commons.io.file
Methods in com.helger.commons.io.file that return EChangeModifier and TypeMethodDescriptionstatic EChangeFileHelper.ensureParentDirectoryIsPresent(File aFile) static EChangePathHelper.ensureParentDirectoryIsPresent(Path aFile) -
Uses of EChange in com.helger.commons.lang
Methods in com.helger.commons.lang that return EChangeModifier and TypeMethodDescriptionstatic EChangeClassHierarchyCache.clearCache()It's important to clear the cache upon application shutdown, because for web applications, keeping a cache of classes may prevent the web application from unloadingstatic EChangeEnumHelper.clearCache() -
Uses of EChange in com.helger.commons.locale
Methods in com.helger.commons.locale that return EChangeModifier and TypeMethodDescriptionstatic EChangeLocaleHelper.clearCache()Clear all stored locale lists -
Uses of EChange in com.helger.commons.log
Methods in com.helger.commons.log that return EChange -
Uses of EChange in com.helger.commons.mime
Methods in com.helger.commons.mime that return EChangeModifier and TypeMethodDescriptionMimeTypeDeterminator.registerMimeTypeContent(MimeTypeContent aMimeTypeContent) Register a new MIME content type.MimeType.removeAllParameters()Remove all existing parameters.MimeType.removeParameter(MimeTypeParameter aParameter) Remove the specified parameter from this MIME type.MimeType.removeParameterAtIndex(int nIndex) Remove the parameter at the specified index.MimeType.removeParameterWithName(String sParamName) Remove the parameter with the specified name.MimeTypeDeterminator.unregisterMimeTypeContent(MimeTypeContent aMimeTypeContent) Unregister an existing MIME content type. -
Uses of EChange in com.helger.commons.mutable
Methods in com.helger.commons.mutable that return EChangeModifier and TypeMethodDescriptionMutableBigDecimal.set(double dDelta) MutableBigDecimal.set(long nDelta) MutableBigDecimal.set(MutableBigDecimal aValue) MutableBigDecimal.set(BigDecimal aValue) MutableBigInteger.set(long nDelta) MutableBigInteger.set(MutableBigInteger aValue) MutableBigInteger.set(BigInteger aValue) MutableBoolean.set(boolean bValue) MutableBoolean.set(MutableBoolean aValue) MutableByte.set(byte nValue) MutableByte.set(int nValue) MutableChar.set(char cValue) MutableChar.set(int cValue) MutableChar.set(MutableChar aMC) MutableDouble.set(double dValue) MutableFloat.set(float fValue) MutableInt.set(int nValue) MutableLong.set(long nValue) MutableShort.set(int nValue) MutableShort.set(short nValue) -
Uses of EChange in com.helger.commons.state
Methods in com.helger.commons.state that return EChangeModifier and TypeMethodDescriptiondefault EChangeIChangeIndicator.and(boolean bChange) default EChangeIChangeIndicator.and(IChangeIndicator aChange) default EChangeIChangeIndicator.or(boolean bChange) default EChangeIChangeIndicator.or(IChangeIndicator aChange) IClearable.removeAll()Reset the contents of the element to the after-construction state.IStoppable.stop()static EChangeEChange.valueOf(boolean bChanged) Returns the enum constant of this type with the specified name.static EChangeEChange.valueOf(IChangeIndicator aChangeIndicator) Returns the enum constant of this type with the specified name.static EChangeReturns the enum constant of this type with the specified name.static EChange[]EChange.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EChange in com.helger.commons.system
Methods in com.helger.commons.system that return EChangeModifier and TypeMethodDescriptionstatic EChangeSystemProperties.setPropertyValue(String sKey, boolean bValue) Set a system property value under consideration of an eventually presentSecurityManager.static EChangeSystemProperties.setPropertyValue(String sKey, int nValue) Set a system property value under consideration of an eventually presentSecurityManager.static EChangeSystemProperties.setPropertyValue(String sKey, long nValue) Set a system property value under consideration of an eventually presentSecurityManager.static EChangeSystemProperties.setPropertyValue(String sKey, String sValue) Set a system property value under consideration of an eventually presentSecurityManager. -
Uses of EChange in com.helger.commons.text
Methods in com.helger.commons.text that return EChangeModifier and TypeMethodDescriptionfinal EChangeAdd a text in the specified locale.final EChangeAbstractMapBasedMultilingualText.assignFrom(IMultilingualText aMLT) IMutableMultilingualText.assignFrom(IMultilingualText aMLT) Assign all fields from the passed object.final EChangeAbstractMapBasedMultilingualText.removeAll()final EChangeAbstractMapBasedMultilingualText.removeText(Locale aContentLocale) IMutableMultilingualText.removeText(Locale aContentLocale) Remove the text with the specified locale.final EChangeSet a text in the specified locale. -
Uses of EChange in com.helger.commons.thirdparty
Methods in com.helger.commons.thirdparty that return EChangeModifier and TypeMethodDescriptionThirdPartyModuleRegistry.registerThirdPartyModule(IThirdPartyModule aModule) -
Uses of EChange in com.helger.commons.timing
Methods in com.helger.commons.timing that return EChange -
Uses of EChange in com.helger.commons.wrapper
Methods in com.helger.commons.wrapper that return EChange