📄 fulltreemap.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) 2003-@year@ Leo Mekenkamp. All rights reserved.// $Id: FullTreeMap.java,v 1.4 2003/02/18 21:04:48 leomekenkamp Exp $package org.ozoneDB.collections;/** * <p>Defines all methods that a <code>FullTreeMapImpl</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 * OzoneTreeMap}, which does not contain the 'internal' methods, or even * {@link java.util.SortedMap}, 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 FullTreeMap extends BaseTreeMap {}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -