Uses of Class
org.basex.query.value.type.MapType

Packages that use MapType
org.basex.query.value.map   
org.basex.query.value.type   
 

Uses of MapType in org.basex.query.value.map
 

Methods in org.basex.query.value.map with parameters of type MapType
 boolean Map.hasType(MapType t)
          Checks if the map has the given type.
 

Uses of MapType in org.basex.query.value.type
 

Fields in org.basex.query.value.type declared as MapType
static MapType SeqType.ANY_MAP
          The general map type.
 

Methods in org.basex.query.value.type that return MapType
static MapType MapType.get(AtomType key, SeqType val)
          Creates a new map type.
 MapType MapType.intersect(Type t)