android-Camera.Size

Camera.Size

public class Camera.Size 
extends Object 

java.lang.Object
   ↳ android.hardware.Camera.Size


This class was deprecated in API level 21.
We recommend using the new android.hardware.camera2 API for new applications.

Image size (width and height dimensions).

Summary


Fields

public int height

height of the picture

public int width

width of the picture

Public constructors

Camera.Size(int w, int h)

Sets the dimensions for pictures.

设置图片的尺寸。

Public methods

boolean equals(Object obj)

Compares obj to this size.

int hashCode()

Returns a hash code value for the object.

Inherited methods

From class java.lang.Object

Fields


height

Added in  API level 1
int height

height of the picture

width

Added in  API level 1
int width

width of the picture

Public constructors


Camera.Size

Added in  API level 1
Camera.Size (int w, 
                int h)

Sets the dimensions for pictures.

Parameters
w int: the photo width (pixels)
h int: the photo height (pixels)

Public methods


equals

Added in  API level 1
boolean equals (Object obj)

Compares obj to this size.

Parameters
obj Object: the object to compare this size with.
Returns
boolean true if the width and height of obj is the same as those of this size. false otherwise.

hashCode

Added in  API level 1
int hashCode ()

Returns a hash code value for the object. This method is supported for the benefit of hash tables such as those provided by HashMap.

返回一个对象的哈希码值。这种方法支持哈希表的好处提供的此类HashMap。

The general contract of hashCode is:

  • Whenever it is invoked on the same object more than once during an execution of a Java application, the hashCode method must consistently return the same integer, provided no information used in equals comparisons on the object is modified. This integer need not remain consistent from one execution of an application to another execution of the same application.
  • If two objects are equal according to the equals(Object) method, then calling the hashCode method on each of the two objects must produce the same integer result.如果两个对象是相等的根据equals(对象)的方法,然后调用hashCode方法的每个两个对象必须产生相同的整数的结果。
  • It is not required that if two objects are unequal according to the equals(java.lang.Object) method, then calling the hashCode method on each of the two objects must produce distinct integer results. However, the programmer should be aware that producing distinct integer results for unequal objects may improve the performance of hash tables.它不是必需的,如果两个对象是不相等根据equals(java . lang . object)的方法,然后调用hashCode方法的两个对象必须产生不同的整数的结果。但是,程序员应该意识到生产不同的整数结果不等的对象可能提高哈希表的性能。

As much as is reasonably practical, the hashCode method defined by class Object does return distinct integers for distinct objects. (This is typically implemented by converting the internal address of the object into an integer, but this implementation technique is not required by the JavaTMprogramming language.)是合理实用,hashCode方法定义为类对象并返回不同的整数为不同的对象。(这是典型的实施对象的内部地址转换成一个整数,但是这个实现技术JavaTMprogramming语言不是必需的)。

Returns
int a hash code value for this object.
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值