Lines Matching refs:UID
54 * {@link UID}). In a unique <code>ObjID</code>, the address space
57 * equivalent to one returned by invoking the {@link UID#UID(short)}
88 private static final UID mySpace = new UID();
100 private final UID space;
113 * If generating random object numbers, create a new UID to
114 * ensure uniqueness; otherwise, use a shared UID because
118 space = new UID();
136 space = new UID((short) 0);
143 private ObjID(long objNum, UID space) {
155 * space identifier by invoking its {@link UID#write(DataOutput)}
176 * then it invokes {@link UID#read(DataInput)} with the
192 UID space = UID.read(in);