KeyedPdfObject


public final class KeyedPdfObject


Associates a PdfObject with a unique key.

Summary

Public constructors

Public methods

boolean
equals(Object other)
final @NonNull String

The unique string identifier for the object.

final @NonNull PdfObject

The PdfObject object.

int

Public constructors

KeyedPdfObject

Added in 1.0.0-alpha19
public KeyedPdfObject(@NonNull String key, @NonNull PdfObject pdfObject)

Public methods

equals

public boolean equals(Object other)

getKey

Added in 1.0.0-alpha19
public final @NonNull String getKey()

The unique string identifier for the object.

getPdfObject

Added in 1.0.0-alpha19
public final @NonNull PdfObject getPdfObject()

The PdfObject object.

hashCode

public int hashCode()