Deprecated API
Contents
-
Deprecated MethodsMethodDescriptionUse
HashMap.newHashMap(int)instead, available since Java 19.UseHashSet.newHashSet(int)instead, available since Java 19.UseLinkedHashMap.newLinkedHashMap(int)instead, available since Java 19.UseLinkedHashSet.newLinkedHashSet(int)instead, available since Java 19.
-
Deprecated ConstructorsConstructorDescriptionnot really deprecated, just marked so to avoid mistaken use.