public class Template
extends java.lang.Object
Templates are always read fully in-memory.
Modifier and Type | Method and Description |
---|---|
boolean |
compare(RecordId thisId,
RecordId thatId) |
boolean |
equals(java.lang.Object object) |
int |
estimateMemoryUsage() |
NodeState |
getChildNode(java.lang.String name,
RecordId recordId) |
int |
hashCode() |
java.lang.String |
toString() |
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int estimateMemoryUsage()
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.