fulltreeset.java
来自「Java的面向对象数据库系统的源代码」· Java 代码 · 共 23 行
JAVA
23 行
// You can redistribute this software and/or modify it under the terms of// the Ozone Library License version 1 published by ozone-db.org.//// This file is// Copyright (C) 2002-@year@ Leo Mekenkamp. All rights reserved.// $Id$package org.ozoneDB.collections;/** * <p>Defines all methods that a <code>FullTreeSet</code> needs to implement; * these also include the methods that need to be called by iterators, submaps * etc. (in non-ozone implementations these are normally inner classes and have * direct acces to protected and package parts).</p> * <p>You are encouraged NOT to use this interface, but rather just use {@link * OzoneTreeSet}, which does not contain the 'internal' methods, or even * {@link java.util.SortedSet}, which does not have any ozone dependency at all</p> * * @author <a href="mailto:ozoneATmekenkampD0Tcom">Leo Mekenkamp (mind the anti-sp@m)</a> */public interface FullTreeSet extends BaseTreeSet { }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?