📄 basetreeset.java
字号:
// 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>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> * <p>This interface functions as a sort of base interface for ozone aware treesets, * were those treesets themselves can implement if the nodes in the tree are * ozone objects themselves or merely serializables.</p> * * @author <a href="mailto:ozoneATmekenkampD0Tcom">Leo Mekenkamp (mind the anti-sp@m)</a> (adaptation for ozone) */public interface BaseTreeSet extends OzoneTreeSet { }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -