Package | Description |
---|---|
org.codelibs.jhighlight.fastutil.chars | |
org.codelibs.jhighlight.fastutil.objects |
Modifier and Type | Interface and Description |
---|---|
static interface |
Char2ObjectMap.FastEntrySet<V>
An entry set providing fast iteration.
|
Modifier and Type | Field and Description |
---|---|
protected ObjectCollection<V> |
Char2ObjectOpenHashMap.values
Cached collection of values.
|
Modifier and Type | Method and Description |
---|---|
ObjectCollection<V> |
Char2ObjectOpenHashMap.values() |
ObjectCollection<V> |
Char2ObjectMap.values()
Returns a set view of the values contained in this map.
|
ObjectCollection<V> |
AbstractChar2ObjectMap.values()
Returns a type-specific-set view of the values of this map.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ObjectList<K>
A type-specific
List ; provides some additional methods that use polymorphism to avoid (un)boxing. |
interface |
ObjectSet<K>
A type-specific
Set ; provides some additional methods that use polymorphism to avoid (un)boxing. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractObjectCollection<K>
An abstract class providing basic methods for collections implementing a type-specific interface.
|
class |
AbstractObjectList<K>
An abstract class providing basic methods for lists implementing a type-specific list interface.
|
static class |
AbstractObjectList.ObjectSubList<K> |
class |
AbstractObjectSet<K>
An abstract class providing basic methods for sets implementing a type-specific interface.
|
class |
ObjectArrayList<K>
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
|
Modifier and Type | Method and Description |
---|---|
static <K> int |
ObjectIterators.pour(Iterator<K> i,
ObjectCollection<? super K> s)
Pours an iterator into a type-specific collection.
|
static <K> int |
ObjectIterators.pour(Iterator<K> i,
ObjectCollection<? super K> s,
int max)
Pours an iterator into a type-specific collection, with a limit on the number of elements.
|
static <K> long |
ObjectIterators.unwrap(Iterator<K> i,
ObjectCollection<? super K> c)
Unwraps an iterator into a type-specific collection.
|
static <K> int |
ObjectIterators.unwrap(Iterator<K> i,
ObjectCollection<? super K> c,
int max)
Unwraps an iterator into a type-specific collection, with a limit on the number of elements.
|
Constructor and Description |
---|
ObjectArrayList(ObjectCollection<? extends K> c)
Creates a new array list and fills it with a given type-specific collection.
|
Copyright © 2011–2024. All rights reserved.