Created
May 10, 2016 10:33
-
-
Save giampaolotrapasso/bfe2841a125df82b1e08fc22c5d406a1 to your computer and use it in GitHub Desktop.
test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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