Uses of Class
org.basex.query.value.item.Int

Packages that use Int
org.basex.query.value.item   
org.basex.query.value.map   
org.basex.query.value.seq   
 

Uses of Int in org.basex.query.value.item
 

Methods in org.basex.query.value.item that return Int
static Int Int.get(long v)
          Returns an instance of this class.
static Int Int.get(long v, Type t)
          Returns an instance of this class.
 

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

Methods in org.basex.query.value.map that return Int
 Int Map.mapSize()
          Number of values contained in this map.
 

Uses of Int in org.basex.query.value.seq
 

Methods in org.basex.query.value.seq that return Int
 Int IntSeq.itemAt(long pos)
           
 Int BytSeq.itemAt(long pos)