Uses of Class
java.util.LinkedHashSet
Package
Description
Contains the collections framework, some internationalization support classes,
a service loader, properties, random number generation, string parsing
and scanning classes, base64 encoding and decoding, a bit array, and
several miscellaneous utility classes.
-
Uses of LinkedHashSet in java.util
Modifier and TypeMethodDescriptionstatic <T> LinkedHashSet
<T> LinkedHashSet.newLinkedHashSet
(int numElements) Creates a new, empty LinkedHashSet suitable for the expected number of elements.