Uses of Annotation Type
com.helger.commons.annotation.ReturnsImmutableObject
Packages that use ReturnsImmutableObject
-
Uses of ReturnsImmutableObject in com.helger.commons.collection
Methods in com.helger.commons.collection with annotations of type ReturnsImmutableObjectModifier and TypeMethodDescriptionstatic <ELEMENTTYPE>
List<ELEMENTTYPE> CollectionHelper.makeUnmodifiable(ELEMENTTYPE... aArray) static <ELEMENTTYPE>
Collection<ELEMENTTYPE> CollectionHelper.makeUnmodifiable(Collection<ELEMENTTYPE> aCollection) static <ELEMENTTYPE>
List<ELEMENTTYPE> CollectionHelper.makeUnmodifiable(List<ELEMENTTYPE> aList) static <KEYTYPE,VALUETYPE>
Map<KEYTYPE, VALUETYPE> CollectionHelper.makeUnmodifiable(Map<KEYTYPE, VALUETYPE> aMap) static <KEYTYPE,VALUETYPE>
NavigableMap<KEYTYPE, VALUETYPE> CollectionHelper.makeUnmodifiable(NavigableMap<KEYTYPE, VALUETYPE> aNavigableMap) static <ELEMENTTYPE>
NavigableSet<ELEMENTTYPE> CollectionHelper.makeUnmodifiable(NavigableSet<ELEMENTTYPE> aNavigableSet) static <ELEMENTTYPE>
Set<ELEMENTTYPE> CollectionHelper.makeUnmodifiable(Set<ELEMENTTYPE> aSet) static <ELEMENTTYPE>
Collection<ELEMENTTYPE> CollectionHelper.makeUnmodifiableNotNull(Collection<ELEMENTTYPE> aCollection) static <ELEMENTTYPE>
List<ELEMENTTYPE> CollectionHelper.makeUnmodifiableNotNull(List<ELEMENTTYPE> aList) static <KEYTYPE,VALUETYPE>
Map<KEYTYPE, VALUETYPE> CollectionHelper.makeUnmodifiableNotNull(Map<KEYTYPE, VALUETYPE> aMap) static <KEYTYPE extends Comparable<? super KEYTYPE>,VALUETYPE>
NavigableMap<KEYTYPE, VALUETYPE> CollectionHelper.makeUnmodifiableNotNull(NavigableMap<KEYTYPE, VALUETYPE> aNavigableMap) static <ELEMENTTYPE extends Comparable<? super ELEMENTTYPE>>
NavigableSet<ELEMENTTYPE> CollectionHelper.makeUnmodifiableNotNull(NavigableSet<ELEMENTTYPE> aNavigableSet) static <ELEMENTTYPE>
Set<ELEMENTTYPE> CollectionHelper.makeUnmodifiableNotNull(Set<ELEMENTTYPE> aSet) -
Uses of ReturnsImmutableObject in com.helger.commons.locale
Methods in com.helger.commons.locale with annotations of type ReturnsImmutableObjectModifier and TypeMethodDescriptionLocaleHelper.getCalculatedLocaleListForResolving(Locale aLocale) Get a list with all valid locale permutations of the passed locale.