| |
|
| java.lang.Object com.hp.hpl.jena.shared.uuid.JenaUUID com.hp.hpl.jena.shared.uuid.UUID_V1
UUID_V1 | public class UUID_V1 extends JenaUUID (Code) | | Timebased UUIDs.
author: Andy Seaborne version: $Id: UUID_V1.java,v 1.7 2008/01/02 12:06:07 andy_seaborne Exp $ |
Constructor Summary | |
| UUID_V1(long mostSigBits, long leastSigBits) |
bitsLeastSignificant | long bitsLeastSignificant(Code) | | |
bitsMostSignificant | long bitsMostSignificant(Code) | | |
variant | final public static int variant(Code) | | |
version | final public static int version(Code) | | |
UUID_V1 | UUID_V1(long mostSigBits, long leastSigBits)(Code) | | |
getClockSequence | public long getClockSequence()(Code) | | |
getLeastSignificantBits | public long getLeastSignificantBits()(Code) | | |
getMostSignificantBits | public long getMostSignificantBits()(Code) | | |
getNode | public long getNode()(Code) | | |
getTimeHigh | long getTimeHigh()(Code) | | |
getTimeLow | long getTimeLow()(Code) | | |
getTimeMid | long getTimeMid()(Code) | | |
getTimestamp | public long getTimestamp()(Code) | | |
getVariant | public int getVariant()(Code) | | |
getVersion | public int getVersion()(Code) | | |
hashCode | public int hashCode()(Code) | | |
|
|
|