Package | Description |
---|---|
com.uwyn.jhighlight.fastutil.chars | |
com.uwyn.jhighlight.fastutil.objects |
Modifier and Type | Interface and Description |
---|---|
interface |
CharStack
A type-specific
Stack ; provides some additional methods that use polymorphism to avoid (un)boxing. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCharList
An abstract class providing basic methods for lists implementing a type-specific list interface.
|
static class |
AbstractCharList.CharSubList |
class |
CharArrayList
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractObjectList<K>
An abstract class providing basic methods for lists implementing a type-specific list interface.
|
static class |
AbstractObjectList.ObjectSubList<K> |
class |
ObjectArrayList<K>
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
|
Copyright © 2011–2020. All rights reserved.