com.gs.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of Map
|
com.gs.collections.api.multimap.set |
|
com.gs.collections.api.multimap.sortedset |
|
com.gs.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of Set .
|
com.gs.collections.impl.factory |
This package contains static utilities for creating mutable and immutable collection factories.
|
com.gs.collections.impl.lazy.parallel.set |
|
com.gs.collections.impl.map.immutable |
This package contains implementations of the ImmutableMap interface.
|
com.gs.collections.impl.map.mutable |
This package contains implementations of the MutableMap interface.
|
com.gs.collections.impl.multimap.set |
This package contains implementations of the SetMultimap interface.
|
com.gs.collections.impl.multimap.set.sorted |
|
com.gs.collections.impl.multimap.set.strategy |
This package contains implementations of the SetMultimap interface which use a set with user-defined HashingStrategy as their underlying store for the multiple values of a given key.
|
com.gs.collections.impl.set.immutable |
This package package contains the implementations of ImmutableSet .
|
com.gs.collections.impl.set.mutable |
This package package contains implementations of MutableSet .
|
com.gs.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|