public class InstanceTag extends Object
| Modifier and Type | Field and Description |
|---|---|
static InstanceTag |
HIGHEST_TAG |
static int |
HIGHEST_VALUE |
static InstanceTag |
SMALLEST_TAG |
static int |
SMALLEST_VALUE |
static InstanceTag |
ZERO_TAG |
static int |
ZERO_VALUE |
| Constructor and Description |
|---|
InstanceTag() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
getValue() |
int |
hashCode() |
static boolean |
isValidInstanceTag(int tagValue) |
public static final int ZERO_VALUE
public static final int SMALLEST_VALUE
public static final int HIGHEST_VALUE
public static final InstanceTag ZERO_TAG
public static final InstanceTag SMALLEST_TAG
public static final InstanceTag HIGHEST_TAG
Copyright © 2015. All rights reserved.