Ejemplo n.º 1
0
 @Override
 public boolean allEqual(final RStore<?> other) {
   return (INTEGER == other.getStoreType() && -1 == other.getLength());
 }