Uses of Record Class
org.jhotdraw8.icollection.PrivateData
Packages that use PrivateData
-
Uses of PrivateData in org.jhotdraw8.icollection
Methods in org.jhotdraw8.icollection with parameters of type PrivateDataModifier and TypeMethodDescriptionChampMap.newInstance(@NonNull PrivateData privateData) Creates a new instance with the provided privateData object as its internal data structure.ChampSet.newInstance(@NonNull PrivateData privateData) Creates a new instance with the provided privateData object as its internal data structure.protected @NonNull ChampVectorMap<K, V> ChampVectorMap.newInstance(@NonNull PrivateData privateData) Creates a new instance with the provided privateData object as its internal data structure.protected @NonNull ChampVectorSet<E> ChampVectorSet.newInstance(@NonNull PrivateData privateData) Creates a new instance with the provided privateData object as its internal data structure.protected @NonNull RedBlackMap<K, V> RedBlackMap.newInstance(@NonNull PrivateData privateData) Creates a new instance with the provided privateData object as its internal data structure.protected @NonNull RedBlackSet<E> RedBlackSet.newInstance(@NonNull PrivateData privateData) Creates a new instance with the provided privateData object as its internal data structure.protected @NonNull VectorList<E> VectorList.newInstance(@NonNull PrivateData privateData) Creates a new instance with the provided privateData object as its internal data structure.Constructors in org.jhotdraw8.icollection with parameters of type PrivateDataModifierConstructorDescriptionprotectedChampMap(@NonNull PrivateData privateData) Creates a new instance with the provided privateData data object.protectedChampSet(@NonNull PrivateData privateData) Creates a new instance with the provided privateData data object.protectedChampVectorMap(@NonNull PrivateData privateData) Creates a new instance with the provided privateData data object.protectedChampVectorSet(@NonNull PrivateData privateData) Creates a new instance with the provided privateData data object.protectedRedBlackMap(@NonNull PrivateData privateData) Creates a new instance with the provided privateData data object.protectedRedBlackSet(@NonNull PrivateData privateData) Creates a new instance with the provided privateData data object.protectedVectorList(@NonNull PrivateData privateData) Creates a new instance with the provided privateData data object.