public class SimpleElementList extends Object
The list data structure for simple element data
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Constructor and Description |
|---|
SimpleElementList() |
SimpleElementList(String filename,
boolean writingMode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(SimpleElement element) |
int |
add(String key) |
void |
close() |
boolean |
contains(String key) |
boolean |
isWritingMode() |
String |
search(int index) |
int |
search(String key) |
int |
size() |
public SimpleElementList()
public SimpleElementList(String filename, boolean writingMode)
public boolean isWritingMode()
public int add(String key)
public boolean add(SimpleElement element)
public int search(String key)
public String search(int index)
public boolean contains(String key)
public int size()
public void close()
Copyright © 2018 JULIE Lab, Germany. All rights reserved.