| FloatDeque |
Convenience type alias for Deque\<Float>. |
| FloatList |
Convenience type alias for List\<Float>. |
| FloatMap |
Convenience type alias for Map\<Float,V>. |
| FloatStack |
Convenience type alias for Stack\<Float>. |
| IntDeque |
Convenience type alias for Deque\<Int>. |
| IntList |
Convenience type alias for List\<Int>. |
| IntMap |
Convenience type alias for Map\<Int,V>. |
| IntStack |
Convenience type alias for Stack\<Int>. |
| StringDeque |
Convenience type alias for Deque\<String>. |
| StringList |
Convenience type alias for List\<String>. |
| StringMap |
Convenience type alias for Map\<String,V>. |
| StringStack |
Convenience type alias for Stack\<String>. |