- TEST_INT_ARRAY_123 - Static variable in class com.github.peiatgithub.java.utils.Constants
-
an array as test data, contains int 1, 2, 3
- TEST_LIST_123 - Static variable in class com.github.peiatgithub.java.utils.Constants
-
an immutable list as test data, contains integers 1, 2, 3
- TEST_MAP_123 - Static variable in class com.github.peiatgithub.java.utils.Constants
-
an immutable map as test data, contains pairs S1=1, S2=2, S3=3
- TEST_SET_123 - Static variable in class com.github.peiatgithub.java.utils.Constants
-
an immutable set as test data, contains integers 1, 2, 3
- threadJoin(Thread) - Static method in class com.github.peiatgithub.java.utils.Utils
-
Make the codes for thread.join() in one line by
swallowing the InterruptedException (just call e.printStackTrace())
- threadSleep(long) - Static method in class com.github.peiatgithub.java.utils.Utils
-
Make the codes for Thread.sleep(millis) in one line by
swallowing the InterruptedException (just call e.printStackTrace())