public static class Types.FixedType extends Type.PrimitiveType
Type.NestedType, Type.PrimitiveType, Type.TypeID| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
int |
length() |
static Types.FixedType |
ofLength(int length) |
java.lang.String |
toString() |
Type.TypeID |
typeId() |
asPrimitiveType, isPrimitiveTypeclone, finalize, getClass, notify, notifyAll, wait, wait, waitasListType, asMapType, asNestedType, asStructType, isListType, isMapType, isNestedType, isStructTypepublic static Types.FixedType ofLength(int length)
public int length()
public Type.TypeID typeId()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class Type.PrimitiveTypepublic int hashCode()
hashCode in class Type.PrimitiveType