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 [EMAIL PROTECTED] 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...
pgpKDfawmGOt5.pgp
Description: PGP signature
_______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
