public class DocumentDescriptor
extends java.lang.Object
| Constructor | Description |
|---|---|
DocumentDescriptor(POIFSDocumentPath path,
java.lang.String name) |
Trivial constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object o) |
equality.
|
int |
hashCode() |
calculate and return the hashcode
|
java.lang.String |
toString() |
public DocumentDescriptor(POIFSDocumentPath path, java.lang.String name)
path - the Document pathname - the Document namepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the object we're checking equality forpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright 2018 The Apache Software Foundation or its licensors, as applicable.