public class BasicArticleKey extends Object implements Comparable
Data structure for article key
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Constructor and Description |
|---|
BasicArticleKey(String key) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object obj) |
int |
getFileIndex() |
String |
getKey() |
int |
getLength() |
long |
getOffset() |
void |
setFileIndex(int index) |
void |
setLength(int length) |
void |
setOffset(long offset) |
public BasicArticleKey(String key)
public String getKey()
public long getOffset()
public int getLength()
public void setLength(int length)
public void setOffset(long offset)
public int getFileIndex()
public void setFileIndex(int index)
public int compareTo(Object obj)
compareTo in interface ComparableCopyright © 2018 JULIE Lab, Germany. All rights reserved.