Class EncodingList
- java.lang.Object
-
- org.apache.parquet.hadoop.metadata.EncodingList
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static EncodingListgetEncodingList(List<Encoding> encodings)inthashCode()Iterator<Encoding>iterator()intsize()List<Encoding>toList()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
getEncodingList
public static EncodingList getEncodingList(List<Encoding> encodings)
-
size
public int size()
-
-