public abstract class Interpolation
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
protected int |
attributesNumber |
protected InterpolationMethod |
method |
构造器和说明 |
---|
Interpolation() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAttributeName(int index) |
int |
getAttributesNumber() |
java.lang.String |
getAttributeValue(int index) |
InterpolationMethod |
getMethod() |
int |
hashCode() |
java.lang.String |
toString() |
protected InterpolationMethod method
protected int attributesNumber
public InterpolationMethod getMethod()
public int getAttributesNumber()
public java.lang.String getAttributeName(int index)
public java.lang.String getAttributeValue(int index)
public int hashCode()
hashCode
在类中 java.lang.Object
public boolean equals(java.lang.Object obj)
equals
在类中 java.lang.Object
public java.lang.String toString()
toString
在类中 java.lang.Object