Java UUID Create get36UUID()

Here you can find the source of get36UUID()

Description

get UUID

License

Open Source License

Declaration

public static String get36UUID() 

Method Source Code


//package com.java2s;

import java.util.*;

public class Main {

    public static String get36UUID() {
        return UUID.randomUUID().toString();
    }/*from  w w  w.  j  a va  2  s .co  m*/
}

Related

  1. genMonUUID(String prefix)
  2. genMsgId()
  3. genOntologyNS(String base)
  4. genRandom(int length)
  5. genRandomString(int len)
  6. getUUID()
  7. getUUID()
  8. getUUID(String id)
  9. getUUIDForSql(UUID uuid)