com.hp.hpl.jena.sparql.lib
Class DS

java.lang.Object
  extended by com.hp.hpl.jena.sparql.lib.DS

public class DS
extends Object

Datastructure factory - allows indirecly to other implementations


Method Summary
static
<T> List<T>
list()
           
static
<T> List<T>
list(int initialSize)
           
static
<T> List<T>
list(List<T> other)
           
static
<K,V> Map<K,V>
map()
           
static
<K,V> Map<K,V>
map(int initialSize)
           
static
<K,V> Map<K,V>
map(Map<K,V> other)
           
static
<T> Iterator<T>
nothing()
           
static
<X> Set<X>
set()
           
static
<X> Set<X>
set(int initialSize)
           
static
<X> Set<X>
set(Set<X> other)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

set

public static <X> Set<X> set()

set

public static <X> Set<X> set(int initialSize)

set

public static <X> Set<X> set(Set<X> other)

map

public static <K,V> Map<K,V> map()

map

public static <K,V> Map<K,V> map(int initialSize)

map

public static <K,V> Map<K,V> map(Map<K,V> other)

nothing

public static <T> Iterator<T> nothing()

list

public static <T> List<T> list()

list

public static <T> List<T> list(int initialSize)

list

public static <T> List<T> list(List<T> other)


Licenced under the Apache License, Version 2.0