Uses of Interface
org.eclipse.collections.api.set.FixedSizeSet
Packages that use FixedSizeSet
Package
Description
This package contains interfaces for set API which enhance the performance and functionality of
Set.-
Uses of FixedSizeSet in org.eclipse.collections.api.factory.set
Methods in org.eclipse.collections.api.factory.set that return FixedSizeSetModifier and TypeMethodDescription<T> FixedSizeSet<T>FixedSizeSetFactory.empty()<T> FixedSizeSet<T>FixedSizeSetFactory.of()Same asFixedSizeSetFactory.empty().<T> FixedSizeSet<T>FixedSizeSetFactory.of(T one) Same asFixedSizeSetFactory.with(Object).<T> FixedSizeSet<T>FixedSizeSetFactory.of(T one, T two) <T> FixedSizeSet<T>FixedSizeSetFactory.of(T one, T two, T three) <T> FixedSizeSet<T>FixedSizeSetFactory.of(T one, T two, T three, T four) <T> FixedSizeSet<T>FixedSizeSetFactory.with()Same asFixedSizeSetFactory.empty().<T> FixedSizeSet<T>FixedSizeSetFactory.with(T one) <T> FixedSizeSet<T>FixedSizeSetFactory.with(T one, T two) <T> FixedSizeSet<T>FixedSizeSetFactory.with(T one, T two, T three) <T> FixedSizeSet<T>FixedSizeSetFactory.with(T one, T two, T three, T four) -
Uses of FixedSizeSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return FixedSizeSetModifier and TypeMethodDescription