Package org.supercsv.util
Provides the utility classes used by Super CSV.
-
Class Summary Class Description BeanInterfaceProxy This is part of the internal implementation of Super CSV.CsvContext This object represents the current context of a given CSV file being either read or written to.MethodCache This class cache's method lookups.ReflectionUtils Provides useful utility methods for reflection.ThreeDHashMap<K1,K2,K3,V> A 3-dimensional HashMap is a HashMap that enables you to refer to values via three keys rather than one.TwoDHashMap<K1,K2,V> A two-dimensional hashmap, is a HashMap that enables you to refer to values via two keys rather than one.Util Useful utility methods.