Uses of Interface
org.eclipse.collections.api.list.primitive.BooleanList

Packages that use BooleanList 
Package Description
org.eclipse.collections.api.bag.sorted
This package contains interfaces for SortedBag API.
org.eclipse.collections.api.list
This package contains interfaces for list API which enhance the performance and functionality of List.
org.eclipse.collections.api.list.primitive
This package contains mutable and immutable primitive list API.
org.eclipse.collections.api.map
This package contains interfaces for map API which enhance the performance and functionality of Map
org.eclipse.collections.api.map.sorted
This package contains mutable and immutable sorted map interfaces.
org.eclipse.collections.api.set.sorted
This package contains interfaces for sorted set API.
org.eclipse.collections.api.stack.primitive
This package contains mutable and immutable primitive stack API.
org.eclipse.collections.impl.lazy.primitive
This package contains implementations of the lazy primitive iterator interfaces.
org.eclipse.collections.impl.list.mutable.primitive
This package contains implementations of the mutable primitive list interfaces.
org.eclipse.collections.impl.stack.mutable.primitive
This package contains implementations of the mutable primitive stack interfaces.
org.eclipse.collections.impl.stack.primitive