JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Deprecated API
Contents
Methods
Methods
Method
Description
com.floragunn.fluent.collections.AbstractImmutableCollection.add(E)
com.floragunn.fluent.collections.AbstractImmutableCollection.addAll(Collection<? extends E>)
com.floragunn.fluent.collections.AbstractImmutableCollection.clear()
com.floragunn.fluent.collections.AbstractImmutableCollection.remove(Object)
com.floragunn.fluent.collections.AbstractImmutableCollection.removeAll(Collection<?>)
com.floragunn.fluent.collections.AbstractImmutableCollection.removeIf(Predicate<? super E>)
com.floragunn.fluent.collections.AbstractImmutableCollection.retainAll(Collection<?>)
com.floragunn.fluent.collections.UnmodifiableIterator.remove()
com.floragunn.fluent.collections.UnmodifiableList.add(int, V)
com.floragunn.fluent.collections.UnmodifiableList.addAll(int, Collection<? extends V>)
com.floragunn.fluent.collections.UnmodifiableList.clear()
com.floragunn.fluent.collections.UnmodifiableList.remove(Object)
com.floragunn.fluent.collections.UnmodifiableList.removeAll(Collection<?>)
com.floragunn.fluent.collections.UnmodifiableList.removeIf(Predicate<? super V>)
com.floragunn.fluent.collections.UnmodifiableList.replaceAll(UnaryOperator<V>)
com.floragunn.fluent.collections.UnmodifiableList.retainAll(Collection<?>)
com.floragunn.fluent.collections.UnmodifiableList.set(int, V)
com.floragunn.fluent.collections.UnmodifiableList.sort(Comparator<? super V>)
com.floragunn.fluent.collections.UnmodifiableMap.clear()
com.floragunn.fluent.collections.UnmodifiableMap.computeIfAbsent(K, Function<? super K, ? extends V>)
com.floragunn.fluent.collections.UnmodifiableMap.merge(K, V, BiFunction<? super V, ? super V, ? extends V>)
com.floragunn.fluent.collections.UnmodifiableMap.put(K, V)
com.floragunn.fluent.collections.UnmodifiableMap.putAll(Map<? extends K, ? extends V>)
com.floragunn.fluent.collections.UnmodifiableMap.putIfAbsent(K, V)
com.floragunn.fluent.collections.UnmodifiableMap.remove(Object)
com.floragunn.fluent.collections.UnmodifiableMap.replace(K, V, V)
com.floragunn.fluent.collections.UnmodifiableMap.replaceAll(BiFunction<? super K, ? super V, ? extends V>)
com.floragunn.fluent.collections.UnmodifiableSet.add(V)
com.floragunn.fluent.collections.UnmodifiableSet.addAll(Collection<? extends V>)
com.floragunn.fluent.collections.UnmodifiableSet.clear()
com.floragunn.fluent.collections.UnmodifiableSet.remove(Object)
com.floragunn.fluent.collections.UnmodifiableSet.removeAll(Collection<?>)
com.floragunn.fluent.collections.UnmodifiableSet.retainAll(Collection<?>)