-
public final class EntryPreview
-
-
Field Summary
Fields Modifier and Type Field Description private final ObjectPreviewkeyprivate final ObjectPreviewvalue
-
Constructor Summary
Constructors Constructor Description EntryPreview(ObjectPreview key, ObjectPreview value)
-
Method Summary
Modifier and Type Method Description final ObjectPreviewcomponent1()final ObjectPreviewcomponent2()final EntryPreviewcopy(ObjectPreview key, ObjectPreview value)final ObjectPreviewgetKey()Preview of the key. final ObjectPreviewgetValue()Preview of the value. -
-
Constructor Detail
-
EntryPreview
EntryPreview(ObjectPreview key, ObjectPreview value)
-
-
Method Detail
-
component1
final ObjectPreview component1()
-
component2
final ObjectPreview component2()
-
copy
final EntryPreview copy(ObjectPreview key, ObjectPreview value)
-
getKey
final ObjectPreview getKey()
Preview of the key. Specified for map-like collection entries.
-
getValue
final ObjectPreview getValue()
Preview of the value.
-
-
-
-