On Wednesday 09 April 2008 17:01, you wrote:
> Author: j16sdiz
> Date: 2008-04-09 16:01:28 +0000 (Wed, 09 Apr 2008)
> New Revision: 19114
>
> Modified:
> trunk/freenet/src/freenet/support/DoublyLinkedList.java
> trunk/freenet/src/freenet/support/DoublyLinkedListImpl.java
>
trunk/freenet/src/freenet/support/math/BootstrappingDecayingRunningAverage.java
> Log:
> javadoc and style fix
>
>
> Modified: trunk/freenet/src/freenet/support/DoublyLinkedList.java
> ===================================================================
> --- trunk/freenet/src/freenet/support/DoublyLinkedList.java 2008-04-09
16:01:05 UTC (rev 19113)
> +++ trunk/freenet/src/freenet/support/DoublyLinkedList.java 2008-04-09
16:01:28 UTC (rev 19114)
> @@ -7,30 +7,54 @@
> * @author tavin
> */
> public interface DoublyLinkedList {
> + public abstract Object clone();
>
> - public abstract Object clone();
> -
> + /**
> + * List element
> + */
> public interface Item {
> + /**
> + * Get next {@link Item}. May or may not return
> + * <code>null</code> if this is the last <code>Item</code>.
IIRC we have a bumper stopper item, don't we? Hmm, but we do check for null...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL:
<https://emu.freenetproject.org/pipermail/devl/attachments/20080409/2b4c2720/attachment.pgp>