1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

v2.11.2.1

This commit is contained in:
gnosygnu
2015-11-08 23:48:07 -05:00
parent b990ec409f
commit d9f45cec19
298 changed files with 3908 additions and 2141 deletions

View File

@@ -18,6 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
package gplx.xowa.htmls.sections; import gplx.*; import gplx.xowa.*; import gplx.xowa.htmls.*;
public class Xoh_section_mgr {
private final List_adp list = List_adp_.new_();
public void Clear() {list.Clear();}
public int Len() {return list.Count();}
public Xoh_section_itm Get_at(int i) {return (Xoh_section_itm)list.Get_at(i);}
public Xoh_section_itm Add(int uid, int level, byte[] anchor, byte[] display) {