Constructor and Description |
---|
CfLongId(byte type,
long id) |
CfLongId(String s) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(CfId<Long> that) |
boolean |
equals(Object o) |
Long |
getId()
Returns the identifier of the node.
|
byte |
getType()
Returns the type of the node.
|
int |
hashCode() |
boolean |
isItem() |
boolean |
isOutput() |
boolean |
isUser() |
String |
toString() |
public CfLongId(byte type, long id)
public CfLongId(String s)
public boolean isItem()
public boolean isUser()
public boolean isOutput()
public byte getType()
CfId
public Long getId()
CfId
public int compareTo(CfId<Long> that)
compareTo
in interface Comparable<CfId<Long>>
Copyright © 2020. All rights reserved.