- ObjectId - com.github.jerryxia.devutil中的类
-
A globally unique identifier for objects.
- ObjectId() - 类 的构造器com.github.jerryxia.devutil.ObjectId
-
Create a new object id.
- ObjectId(Date) - 类 的构造器com.github.jerryxia.devutil.ObjectId
-
Constructs a new instance using the given date.
- ObjectId(Date, int) - 类 的构造器com.github.jerryxia.devutil.ObjectId
-
Constructs a new instances using the given date and counter.
- ObjectId(Date, int, short, int) - 类 的构造器com.github.jerryxia.devutil.ObjectId
-
Constructs a new instances using the given date, machine identifier, process identifier, and counter.
- ObjectId(int, int, short, int) - 类 的构造器com.github.jerryxia.devutil.ObjectId
-
Creates an ObjectId using the given time, machine identifier, process identifier, and counter.
- ObjectId(String) - 类 的构造器com.github.jerryxia.devutil.ObjectId
-
Constructs a new instance from a 24-byte hexadecimal string representation.
- ObjectId(byte[]) - 类 的构造器com.github.jerryxia.devutil.ObjectId
-
Constructs a new instance from the given byte array
- ObjectId(ByteBuffer) - 类 的构造器com.github.jerryxia.devutil.ObjectId
-
Constructs a new instance from the given ByteBuffer