| Package | Description |
|---|---|
| com.clearspring.analytics.stream | |
| com.clearspring.analytics.util |
| Modifier and Type | Field and Description |
|---|---|
protected ListNode2<StreamSummary.Bucket> |
Counter.bucketNode |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StreamSummary.incrementCounter(ListNode2<Counter<T>> counterNode,
int incrementCount) |
| Constructor and Description |
|---|
Counter(ListNode2<StreamSummary.Bucket> bucket,
T item) |
| Modifier and Type | Field and Description |
|---|---|
protected ListNode2<T> |
DoublyLinkedList.head |
protected ListNode2<T> |
DoublyLinkedList.DoublyLinkedListIterator.itr |
protected ListNode2<T> |
ListNode2.next |
protected ListNode2<T> |
ListNode2.prev |
protected ListNode2<T> |
DoublyLinkedList.tail |
| Modifier and Type | Method and Description |
|---|---|
ListNode2<T> |
DoublyLinkedList.add(T value)
Append to head of list
|
ListNode2<T> |
DoublyLinkedList.addAfter(ListNode2<T> node,
T value) |
ListNode2<T> |
DoublyLinkedList.enqueue(T value)
Prepend to tail of list
|
ListNode2<T> |
ListNode2.getNext() |
ListNode2<T> |
ListNode2.getPrev() |
ListNode2<T> |
DoublyLinkedList.head() |
ListNode2<T> |
DoublyLinkedList.tail() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoublyLinkedList.add(ListNode2<T> node) |
void |
DoublyLinkedList.addAfter(ListNode2<T> node,
ListNode2<T> newNode) |
void |
DoublyLinkedList.addAfter(ListNode2<T> node,
ListNode2<T> newNode) |
ListNode2<T> |
DoublyLinkedList.addAfter(ListNode2<T> node,
T value) |
void |
DoublyLinkedList.remove(ListNode2<T> node) |
Copyright © 2018 AddThis. All rights reserved.