JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Serialized Form
Package com.datastax.oss.protocol.internal.util.collection
Class
com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableList
extends
AbstractList
<
E
> implements Serializable
Serialized Fields
elements
Object
[] elements
an array containing the list's elements in order
Class
com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableMap
extends
AbstractMap
<
K
,
V
> implements Serializable
Serialized Fields
entries
NullAllowingImmutableSet
<
E
> entries
the map's entries as an immutable set (which serializes as an array)
Class
com.datastax.oss.protocol.internal.util.collection.NullAllowingImmutableSet
extends
AbstractSet
<
E
> implements Serializable
Serialized Fields
elements
Object
[] elements
an array containing the set's elements
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2017–2020. All rights reserved.