Uses of Class
cdc.kernel.rids.RawIdProxy
-
-
Uses of RawIdProxy in cdc.kernel.rids
Methods in cdc.kernel.rids that return RawIdProxy Modifier and Type Method Description static RawIdProxyRawIdProxy. fromRawId(RawId rid)static RawIdProxyRawId. toRawIdProxy(RawId rid)Methods in cdc.kernel.rids with parameters of type RawIdProxy Modifier and Type Method Description intRawIdProxy. compareTo(RawIdProxy o)static RawIdRawId. fromRawIdProxy(RawIdProxy ridp)static RawIdRawIdProxy. toRawId(RawIdProxy ridp)Constructors in cdc.kernel.rids with parameters of type RawIdProxy Constructor Description RawId(RawIdProxy ridp)Creates a RawId from its RawIdProxy.
-