Class AbstractCollection

    • Method Detail

      • getName

        public String getName()
        Return the collection name.
        Returns:
        the collection name
      • getParent

        public Key getParent()
        Return the collection parent key.
        Returns:
        the collection parent key
      • query

        public Query<Map> query()
        Create a new query object with the Map value type.
        Returns:
        a new query object
      • query

        public <T> Query<T> query​(Class<T> type)
        Create a new query object with the given value type.
        Parameters:
        type - the query value type (required)
        Returns:
        a new query object
      • toString

        public String toString()
        Return this string representation of this object.
        Overrides:
        toString in class Object
        Returns:
        the string representation of this object