Top Interfaces Classes
module io.netty.common

Package io.netty.util.collection


Interface Summary

Modifier and TypeInterface and Description
public interface
ByteObjectMap<
the value type stored in the map.
V
>

Interface for a primitive map that uses bytes as keys.

public interface
CharObjectMap<
the value type stored in the map.
V
>

Interface for a primitive map that uses chars as keys.

public interface
IntObjectMap<
the value type stored in the map.
V
>

Interface for a primitive map that uses ints as keys.

public interface
LongObjectMap<
the value type stored in the map.
V
>

Interface for a primitive map that uses longs as keys.

public interface
ShortObjectMap<
the value type stored in the map.
V
>

Interface for a primitive map that uses shorts as keys.

Class Summary

Modifier and TypeClass and Description
public class
ByteCollections

Utilities for byte-based primitive collections.

public class
ByteObjectHashMap<
The value type stored in the map.
V
>

A hash map implementation of ByteObjectMap that uses open addressing for keys.

public class
CharCollections

Utilities for char-based primitive collections.

public class
CharObjectHashMap<
The value type stored in the map.
V
>

A hash map implementation of CharObjectMap that uses open addressing for keys.

public class
IntCollections

Utilities for int-based primitive collections.

public class
IntObjectHashMap<
The value type stored in the map.
V
>

A hash map implementation of IntObjectMap that uses open addressing for keys.

public class
LongCollections

Utilities for long-based primitive collections.

public class
LongObjectHashMap<
The value type stored in the map.
V
>

A hash map implementation of LongObjectMap that uses open addressing for keys.

public class
ShortCollections

Utilities for short-based primitive collections.

public class
ShortObjectHashMap<
The value type stored in the map.
V
>

A hash map implementation of ShortObjectMap that uses open addressing for keys.