public static final class StyleCache.Key
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
hash |
(package private) int[] |
styleMapIds |
| Constructor and Description |
|---|
Key(int[] styleMapIds,
int count) |
Key(StyleCache.Key other) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int[] |
getStyleMapIds() |
int |
hashCode() |
java.lang.String |
toString() |
public Key(int[] styleMapIds,
int count)
public Key(StyleCache.Key other)
public int[] getStyleMapIds()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object