public class CrossRefResults extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
all |
List<Bookmark> |
bookmarks |
BookmarkCount |
count |
static CrossRefResults |
EMPTY |
| Constructor and Description |
|---|
CrossRefResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(CrossRefResults other) |
void |
addAll(CrossRefResults other,
String signature) |
boolean |
isEmpty() |
String |
toString() |
public static final CrossRefResults EMPTY
public boolean all
public BookmarkCount count
public boolean isEmpty()
public void addAll(@NotNull
CrossRefResults other)
public void addAll(@NotNull
CrossRefResults other,
String signature)
Copyright © 2018. All rights reserved.