Skip to content

Instantly share code, notes, and snippets.

@giampaolotrapasso
Created May 10, 2016 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save giampaolotrapasso/bfe2841a125df82b1e08fc22c5d406a1 to your computer and use it in GitHub Desktop.
Save giampaolotrapasso/bfe2841a125df82b1e08fc22c5d406a1 to your computer and use it in GitHub Desktop.
test
public class TypeConversions {
public static void main(String[] args) {
List<String> list = Arrays.asList(
"ascii",
"bigint",
"boolean",
"counter",
"date",
"decimal",
"double",
"float",
"inet",
"int",
"smallint",
"text",
"time",
"timestamp",
"timeuuid",
"tinyint",
"uuid",
"varchar",
"varint");
Range().closed(1,4);
System.out.println("Hello World!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment