com.itextpdf.text.pdf
Class RefKey

java.lang.Object
  extended by com.itextpdf.text.pdf.RefKey

public class RefKey
extends Object

A key to allow us to hash indirect references


Constructor Summary
RefKey(PdfIndirectReference ref)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RefKey

public RefKey(PdfIndirectReference ref)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All Rights Reserved.