Improve time based UUID speed and configuration.
[lgpl/argeo-commons.git] / org.argeo.api.uuid / src / org / argeo / api / uuid / UuidFactory.java
index a2970618403f45002a2706ad9e48e0badf649c88..78bb402cf4ff13e5a44fc3b710c99b21209b0f26 100644 (file)
@@ -19,15 +19,11 @@ public interface UuidFactory extends Supplier<UUID> {
        /*
         * TIME-BASED (version 1)
         */
-
        UUID timeUUID();
 
-       UUID timeUUIDwithMacAddress();
-
        /*
         * NAME BASED (version 3 and 5)
         */
-
        UUID nameUUIDv5(UUID namespace, byte[] data);
 
        UUID nameUUIDv3(UUID namespace, byte[] data);