Additional top-level class in compilation unit: CollSer.
Modifier and Type | Class and Description |
---|---|
pack-priv abstract static class | |
pack-priv abstract static class | |
pack-priv abstract static class | |
pack-priv abstract static class | |
pack-priv static class | |
pack-priv static class | |
pack-priv static class | |
pack-priv static class | |
pack-priv static class | |
pack-priv static class | |
pack-priv static class | |
pack-priv static class | |
pack-priv static class |
Modifier and Type | Field and Description |
---|---|
private static Object[] | archivedObjects
Constants following this might be initialized from the CDS archive via this array. |
private static final Object | |
pack-priv static final ImmutableCollections. | |
pack-priv static final ImmutableCollections. | |
pack-priv static final ImmutableCollections. | |
pack-priv static final ImmutableCollections. | |
pack-priv static final int | EXPAND_FACTOR
The reciprocal of load factor. |
private static final boolean | REVERSE
For set and map iteration, we will iterate in "reverse" stochastically, decided at bootstrap time. |
private static final long | SALT32L
A "salt" value used for randomizing iteration order. |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
pack-priv static < the List's element type E> List | Returns: the new listthe input collection coll)Copies a collection into a new List, unless the arg is already a safe, null-prohibiting unmodifiable list, in which case the arg itself is returned. |
pack-priv static < the List's element type E> List | Returns: the new listthe input array input)Creates a new List from an untrusted array, creating a new array for internal storage, and checking for and rejecting null elements. |
pack-priv static < the List's element type E> List | Returns: the new listthe input array input)Creates a new List from a trusted array, checking for and rejecting null elements. |
pack-priv static < the List's element type E> List | Returns: the new listthe input array input)Creates a new List from a trusted array, allowing null elements. |
pack-priv static UnsupportedOperationException |