public class AnyList extends Any
Constructor and Description |
---|
AnyList(Any... elements)
Initialise this AnyList with a list of elements.
|
Modifier and Type | Method and Description |
---|---|
String |
asSparqlTerm(PrefixLogger pl)
Render this AnyList as a SPARQL expression: an open bracket,
space-separated SPARQL terms for the elements, a close bracket.
|
boolean |
equals(Object other) |
List<Any> |
getElements()
Return the list of elements in this AnyList.
|
int |
hashCode() |
int |
size() |
String |
toString() |
render, renderWrapped
public AnyList(Any... elements)
public List<Any> getElements()
public int size()
public String asSparqlTerm(PrefixLogger pl)
asSparqlTerm
in class Any
Copyright © 2014. All Rights Reserved.