KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > ozoneDB > collections > AbstractOzoneList


1 // You can redistribute this software and/or modify it under the terms of
2
// the Ozone Library License version 1 published by ozone-db.org.
3
//
4
// This file is
5
// Copyright (C) 2002-@year@ Per Nyfelt. All rights reserved.
6
// $Id: AbstractOzoneList.java,v 1.4 2003/11/21 19:40:21 per_nyfelt Exp $
7
package org.ozoneDB.collections;
8 /**
9  * See the overall description on {@link org.ozoneDB.collections.OzoneCollection}.
10  * @author Per Nyfelt
11  */

12 public abstract class AbstractOzoneList implements OzoneList {
13 }
14
Popular Tags