Index
B E H I L S T V
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
B
- BooleanTinyType - Class in tech.anima.tinytypes
-
Base abstract class for a boolean-based TinyType.
- BooleanTinyType(boolean) - Constructor for class tech.anima.tinytypes.BooleanTinyType
-
Wrapping ctor.
- ByteTinyType - Class in tech.anima.tinytypes
-
Base abstract class for a byte-based TinyType.
- ByteTinyType(byte) - Constructor for class tech.anima.tinytypes.ByteTinyType
-
Wrapping ctor.
E
- equals(Object) - Method in class tech.anima.tinytypes.BooleanTinyType
- equals(Object) - Method in class tech.anima.tinytypes.ByteTinyType
- equals(Object) - Method in class tech.anima.tinytypes.IntTinyType
- equals(Object) - Method in class tech.anima.tinytypes.LongTinyType
- equals(Object) - Method in class tech.anima.tinytypes.ShortTinyType
- equals(Object) - Method in class tech.anima.tinytypes.StringTinyType
H
- hashCode() - Method in class tech.anima.tinytypes.BooleanTinyType
- hashCode() - Method in class tech.anima.tinytypes.ByteTinyType
- hashCode() - Method in class tech.anima.tinytypes.IntTinyType
- hashCode() - Method in class tech.anima.tinytypes.LongTinyType
- hashCode() - Method in class tech.anima.tinytypes.ShortTinyType
- hashCode() - Method in class tech.anima.tinytypes.StringTinyType
I
- IntTinyType - Class in tech.anima.tinytypes
-
Base abstract class for a int-based TinyType.
- IntTinyType(int) - Constructor for class tech.anima.tinytypes.IntTinyType
-
Wrapping ctor.
L
- LongTinyType - Class in tech.anima.tinytypes
-
Base abstract class for a long-based TinyType.
- LongTinyType(long) - Constructor for class tech.anima.tinytypes.LongTinyType
-
Wrapping ctor.
S
- ShortTinyType - Class in tech.anima.tinytypes
-
Base abstract class for a short-based TinyType.
- ShortTinyType(short) - Constructor for class tech.anima.tinytypes.ShortTinyType
-
Wrapping ctor.
- StringTinyType - Class in tech.anima.tinytypes
-
Base abstract class for a String-based TinyType.
- StringTinyType(String) - Constructor for class tech.anima.tinytypes.StringTinyType
-
Wrapping ctor.
T
- tech.anima.tinytypes - package tech.anima.tinytypes
- toString() - Method in class tech.anima.tinytypes.BooleanTinyType
-
Get a String representation of this TinyType.
- toString() - Method in class tech.anima.tinytypes.ByteTinyType
-
Get a String representation of this TinyType.
- toString() - Method in class tech.anima.tinytypes.IntTinyType
-
Get a String representation of this TinyType.
- toString() - Method in class tech.anima.tinytypes.LongTinyType
-
Get a String representation of this TinyType.
- toString() - Method in class tech.anima.tinytypes.ShortTinyType
-
Get a String representation of this TinyType.
- toString() - Method in class tech.anima.tinytypes.StringTinyType
-
Get a String representation of this TinyType.
V
- value - Variable in class tech.anima.tinytypes.BooleanTinyType
- value - Variable in class tech.anima.tinytypes.ByteTinyType
- value - Variable in class tech.anima.tinytypes.IntTinyType
- value - Variable in class tech.anima.tinytypes.LongTinyType
- value - Variable in class tech.anima.tinytypes.ShortTinyType
- value - Variable in class tech.anima.tinytypes.StringTinyType
All Classes|All Packages