All Classes and Interfaces

Class
Description
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Implementation of Consumer that collect all the value into a list.
Implementation of Consumer that collect all the value into a set.
 
Implementation of Consumer that collect all the value into a list.
 
 
 
 
 
 
 
 
 
 
Deprecated.
Implementation of Consumer that collect all the value into a set.
 
 
 
 
 
 
 
 
 
That class is a way to define generic type without implementing the ParameterizedType.
By defining an anonymous instance of it the new class has access to the actual type argument T that the method getType() returns;
new TypeReference<Tuple2<String,Long>>(){}