| Package | Description |
|---|---|
| org.apache.river.jeri.internal.http |
| Modifier and Type | Class and Description |
|---|---|
private static class |
TimedMap.Mapping
Key/value mapping.
|
| Modifier and Type | Field and Description |
|---|---|
private TimedMap.Queue.Node |
TimedMap.Queue.head |
private TimedMap.Queue.Node |
TimedMap.Queue.Node.next |
private TimedMap.Queue.Node |
TimedMap.Queue.Node.prev |
private TimedMap.Queue.Node |
TimedMap.Queue.tail |
| Modifier and Type | Method and Description |
|---|---|
(package private) TimedMap.Queue.Node |
TimedMap.Queue.getHead() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
TimedMap.Queue.append(TimedMap.Queue.Node node) |
(package private) void |
TimedMap.Queue.remove(TimedMap.Queue.Node node) |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.