| Package | Description |
|---|---|
| eu.dnetlib.functionality.index.model | |
| eu.dnetlib.functionality.index.model.impl | |
| eu.dnetlib.functionality.index.model.util |
| Modifier and Type | Method and Description |
|---|---|
AnySeq |
Any.asSeq()
returns this Any as an
AnySeq object or throws an InvalidValueTypeException. |
AnySeq |
DataFactory.cloneAnySeq(AnySeq source)
Clone AnySeq object.
|
AnySeq |
DataFactory.createAnySeq() |
AnySeq |
AnySeq.getSeq(int index) |
AnySeq |
AnyMap.getSeq(String key) |
AnySeq |
AnyMap.getSeq(String key,
boolean create)
Gets the seq and optionally creates one under the given key if not present.
|
| Modifier and Type | Method and Description |
|---|---|
AnySeq |
DataFactory.cloneAnySeq(AnySeq source)
Clone AnySeq object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnySeqImpl
Sequence of Any objects.
|
| Modifier and Type | Method and Description |
|---|---|
AnySeq |
AnySeqImpl.asSeq() |
AnySeq |
AbstractAny.asSeq() |
AnySeq |
ImmutableAnyMapImpl.asSeq() |
AnySeq |
ValueImpl.asSeq() |
AnySeq |
DefaultDataFactoryImpl.cloneAnySeq(AnySeq source)
Clone AnySeq object.
|
AnySeq |
DefaultDataFactoryImpl.createAnySeq() |
AnySeq |
AnySeqImpl.getSeq(int index) |
AnySeq |
ImmutableAnyMapImpl.getSeq(String key) |
AnySeq |
AnyMapImpl.getSeq(String key) |
AnySeq |
ImmutableAnyMapImpl.getSeq(String key,
boolean create) |
AnySeq |
AnyMapImpl.getSeq(String key,
boolean create) |
| Modifier and Type | Method and Description |
|---|---|
AnySeq |
DefaultDataFactoryImpl.cloneAnySeq(AnySeq source)
Clone AnySeq object.
|
| Modifier and Type | Method and Description |
|---|---|
static AnySeq |
AnyUtil.asSeq(Any any)
null save version.
|
| Modifier and Type | Method and Description |
|---|---|
static AnyMap |
AnyUtil.findMapInSeq(AnySeq seq,
String keyName,
String keyValue)
returns the 1st map in the give SEQ that contains a value with the given name value, or null if not found.
|
Copyright © 2019. All rights reserved.