Shaped

interface pública moldada
Subclasses indiretas conhecidas

Any data container with a given Shape .

Métodos Públicos

abstrato int
forma abstrata
forma ()
abstrato longo
tamanho ()
Calcula e retorna o tamanho total deste contêiner, em número de valores.

Métodos Públicos

public abstract int rank ()

Devoluções
  • the rank of this container

public abstract Shape shape ()

Devoluções
  • the shape of this container

public abstract long size ()

Calcula e retorna o tamanho total deste contêiner, em número de valores.

For example, given a 3x3x2 matrix, the return value will be 18.

Devoluções
  • number of values in this element