KeyedPdfAnnotation


public final class KeyedPdfAnnotation


Associates a PdfAnnotation with a unique key.

Summary

Public constructors

Public methods

boolean
equals(Object other)
final @NonNull PdfAnnotation

The PdfAnnotation object.

final @NonNull String

The unique string identifier for the annotation.

int

Public constructors

KeyedPdfAnnotation

Added in 1.0.0-alpha19
public KeyedPdfAnnotation(@NonNull String key, @NonNull PdfAnnotation annotation)

Public methods

equals

public boolean equals(Object other)

getAnnotation

Added in 1.0.0-alpha19
public final @NonNull PdfAnnotation getAnnotation()

The PdfAnnotation object.

getKey

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

The unique string identifier for the annotation.

hashCode

public int hashCode()