Package de.xima.fc.common.collection
package de.xima.fc.common.collection
-
ClassDescriptionAn unmodifiable view of an array as a list.CrudMap<Key,
Value> CRUD = create, read, update, and deleteCrudMapAdapter<Key,Value> CRUD = create, read, update, and deleteCrudMapAdapter.Immutable<Key,Value> ACrudMapAdapterfor an immutable map.CrudMapAdapter.SetLike<Value>ACrudMapAdapter.SetLikefor an immutable set.Enumeration of the possible ways to select an item from a list of items.ListPlusList<T>A read-only list that combines two lists into one, effectively concatenating them.ListPlusOne<T>An unmodifiable list that extends another list and includes an additional item at the end.A read-only list that excludes a specific item at a given index from another list.ADequethat keeps track of the number of modifications made to it.ModCountMap<K,V> A map that keeps track of the number of modifications made to it.ModCountSet<V>A set that keeps track of the number of modifications made to it.OnePlusList<T>An unmodifiable list that extends another list and includes an additional item at the start.An unmodifiable list that extends another list and includes an additional item at the start and at the end.