Home
last modified time | relevance | path

Searched defs:SimpleTypeInformation (Results 1 – 1 of 1) sorted by relevance

/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-api/src/main/java/de/lmu/ifi/dbs/elki/data/type/
H A DSimpleTypeInformation.java35 public class SimpleTypeInformation<T> implements TypeInformation { class
56 public SimpleTypeInformation(Class<? super T> cls) { in SimpleTypeInformation() method in SimpleTypeInformation
69 public SimpleTypeInformation(Class<? super T> cls, String label) { in SimpleTypeInformation() method in SimpleTypeInformation
82 public SimpleTypeInformation(Class<? super T> cls, ByteBufferSerializer<? super T> serializer) { in SimpleTypeInformation() method in SimpleTypeInformation
96 …public SimpleTypeInformation(Class<? super T> cls, String label, ByteBufferSerializer<? super T> s… in SimpleTypeInformation() method in SimpleTypeInformation