Modifier and Type | Class and Description |
---|---|
public static class | |
public static interface |
Modifier and Type | Method and Description |
---|---|
public PlatformKind. | |
public int | |
public char | |
public int | |
public String |
getKey | back to summary |
---|---|
public PlatformKind. Gets a value associated with this object that can be used as a stable key in a map. The
|
getSizeInBytes | back to summary |
---|---|
public int getSizeInBytes() Get the size in bytes of this |
getTypeChar | back to summary |
---|---|
public char getTypeChar() Gets a single type char that identifies this type for use in debug output. |
getVectorLength | back to summary |
---|---|
public int getVectorLength() Returns how many primitive values fit in this |
name | back to summary |
---|---|
public String name() |
Modifier and Type | Method and Description |
---|---|
public boolean | equals(Object
the reference object with which to compare. obj)Overrides java. Indicates whether some other object is "equal to" this one. |
public int |
e | back to summary |
---|---|
private final Enum<E> e |
EnumKey | back to summary |
---|---|
public EnumKey(Enum<E> e) |
equals | back to summary |
---|---|
public boolean equals(Object obj) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes. |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|