Modifier and Type | Field and Description |
---|---|
protected int |
_hashCode |
protected String |
_name |
Modifier | Constructor and Description |
---|---|
protected |
Name(String name,
int hashCode) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(int q1) |
abstract boolean |
equals(int[] quads,
int qlen) |
abstract boolean |
equals(int q1,
int q2) |
abstract boolean |
equals(int q1,
int q2,
int q3) |
boolean |
equals(Object o) |
String |
getName() |
int |
hashCode() |
String |
toString() |
protected final String _name
protected final int _hashCode
protected Name(String name, int hashCode)
public String getName()
public abstract boolean equals(int q1)
public abstract boolean equals(int q1, int q2)
public abstract boolean equals(int q1, int q2, int q3)
public abstract boolean equals(int[] quads, int qlen)
Copyright © 2008-2016 FasterXML. All Rights Reserved.