Uses of Class
org.geotools.util.CanonicalSet
-
Packages that use CanonicalSet Package Description org.geotools.util Contains utilities and addition to the collection framework. -
-
Uses of CanonicalSet in org.geotools.util
Methods in org.geotools.util that return CanonicalSet Modifier and Type Method Description static <E> CanonicalSet<E>
CanonicalSet. newInstance(Class<E> type)
Constructs aCanonicalSet
for elements of the specified type.
-