Class DumpableFormat
- java.lang.Object
-
- com.google.android.exoplayer2.testutil.DumpableFormat
-
- All Implemented Interfaces:
Dumper.Dumpable
public final class DumpableFormat extends Object implements Dumper.Dumpable
Wraps aFormatto allow dumping it.
-
-
Field Summary
Fields Modifier and Type Field Description intindex
-
Constructor Summary
Constructors Constructor Description DumpableFormat(Format format, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddump(Dumper dumper)Dumps the fields of the object using thedumper.booleanequals(Object o)inthashCode()
-
-
-
Constructor Detail
-
DumpableFormat
public DumpableFormat(Format format, int index)
-
-
Method Detail
-
dump
public void dump(Dumper dumper)
Description copied from interface:Dumper.DumpableDumps the fields of the object using thedumper.- Specified by:
dumpin interfaceDumper.Dumpable- Parameters:
dumper- TheDumperto be used to dump fields.
-
-