Class CheckedBiMap
- java.lang.Object
-
- org.inferred.freebuilder.processor.source.ValueType
-
- org.inferred.freebuilder.processor.excerpt.CheckedBiMap
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classCheckedBiMap.CheckedEntryprivate static classCheckedBiMap.CheckedEntryIteratorprivate static classCheckedBiMap.CheckedEntrySet-
Nested classes/interfaces inherited from class org.inferred.freebuilder.processor.source.ValueType
ValueType.FieldReceiver
-
-
Constructor Summary
Constructors Modifier Constructor Description privateCheckedBiMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddFields(ValueType.FieldReceiver fields)Implement this method to report the name and value of each field.voidaddTo(SourceBuilder code)
-
-
-
Field Detail
-
TYPE
public static final LazyName TYPE
-
-
Method Detail
-
addTo
public void addTo(SourceBuilder code)
-
addFields
protected void addFields(ValueType.FieldReceiver fields)
Description copied from class:ValueTypeImplement this method to report the name and value of each field.
-
-