Uses of Interface
com.floragunn.fluent.collections.UnmodifiableCollection
-
Packages that use UnmodifiableCollection Package Description com.floragunn.fluent.collections com.floragunn.fluent.collections.views -
-
Uses of UnmodifiableCollection in com.floragunn.fluent.collections
Subinterfaces of UnmodifiableCollection in com.floragunn.fluent.collections Modifier and Type Interface Description interfaceImmutableList<E>interfaceImmutableSet<E>interfaceUnmodifiableList<V>interfaceUnmodifiableSet<V>Methods in com.floragunn.fluent.collections that return UnmodifiableCollection Modifier and Type Method Description static <V> UnmodifiableCollection<V>UnmodifiableCollection. of(Collection<V> list)UnmodifiableCollection<V>UnmodifiableMap. values() -
Uses of UnmodifiableCollection in com.floragunn.fluent.collections.views
Subinterfaces of UnmodifiableCollection in com.floragunn.fluent.collections.views Modifier and Type Interface Description interfaceCollectionView<E>
-