| Package | Description |
|---|---|
| com.solacesystems.common.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TLinkable<T extends TLinkable>
Interface for Objects which can be inserted into a TLinkedList.
|
class |
TLinkedList<T extends TLinkable<T>>
A LinkedList implementation which holds instances of type TLinkable.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GenericPool.PoolEntry<T> |
| Modifier and Type | Method and Description |
|---|---|
TLinkable |
GenericPool.PoolEntry.getNext() |
TLinkable |
GenericPool.PoolEntry.getPrevious() |
T[] |
TLinkedList.toUnlinkedArray(T[] a)
Returns a typed array of the objects in the set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenericPool.PoolEntry.setNext(TLinkable next) |
void |
GenericPool.PoolEntry.setPrevious(TLinkable previous) |
T[] |
TLinkedList.toUnlinkedArray(T[] a)
Returns a typed array of the objects in the set.
|
Copyright 2004-2021 Solace Corporation. All rights reserved.