Package | Description |
---|---|
com.uwyn.jhighlight.fastutil.chars |
Modifier and Type | Interface and Description |
---|---|
interface |
CharCollection
A type-specific
Collection ; provides some additional methods
that use polymorphism to avoid (un)boxing. |
interface |
CharList
A type-specific
List ; provides some additional methods that use polymorphism to avoid (un)boxing. |
interface |
CharSet
A type-specific
Set ; provides some additional methods that use polymorphism to avoid (un)boxing. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCharCollection
An abstract class providing basic methods for collections implementing a type-specific interface.
|
class |
AbstractCharList
An abstract class providing basic methods for lists implementing a type-specific list interface.
|
static class |
AbstractCharList.CharSubList |
class |
AbstractCharSet
An abstract class providing basic methods for sets implementing a type-specific interface.
|
class |
CharArrayList
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
|
Copyright © 2011–2020. All rights reserved.