E2eeSelfKeyListParcelable


public final class E2eeSelfKeyListParcelable implements Parcelable


Contains a list of E2eeSelfKeyParcelable.

Summary

Nested types

Builder class for E2eeSelfKeyListParcelable.

Public methods

boolean
@Nullable ImmutableList<E2eeSelfKeyParcelable>

Returns the list of keys.

int
void
writeToParcel(Parcel dest, int flags)

Inherited Constants

From android.os.Parcelable
static final int
static final int
static final int
static final int

Inherited methods

From android.os.Parcelable
abstract int
int

Constants

CREATOR

public static final Parcelable.Creator<E2eeSelfKeyListParcelableCREATOR

Public fields

Public methods

equals

public boolean equals(@Nullable Object other)

getKeys

public @Nullable ImmutableList<E2eeSelfKeyParcelablegetKeys()

Returns the list of keys.

hashCode

public int hashCode()

writeToParcel

public void writeToParcel(Parcel dest, int flags)