★★★★★ THE BEST JDK 7 Documentation FOR IPAD ★★★★★
★Java Platform, Standard Edition (Java SE) lets you develop and deploy Java applications on desktops and servers, as well as in today's demanding embedded environments.
★Java offers the rich user interface, performance, versatility, portability, and security that today’s applications require.
★★★★★This document is the API specification for the Java™ Platform, Standard Edition.★★★★★
=====================================
【for example】
subList
public ListE subList(int fromIndex,
int toIndex)
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive. (If fromIndex and toIndex are equal, the returned list is empty.) The returned list is backed by this list, so non-structural changes in the returned list are reflected in this list, and vice-versa. The returned list supports all of the optional list operations supported by this list.
This method eliminates the need for explicit range
。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
removeRange
protected void removeRange(int fromIndex,
int toIndex)
Removes from this list all of the elements whose index is between fromIndex, inclusive, and toIndex, exclusive. Shifts any succeeding elements to the left (reduces their index). This call shortens the list by (toIndex - fromIndex) elements. (If toIndex==fromIndex, this operation has no effect.)
This method is called by the clear operation on this list and its subLists. Overriding this method to take advantage of the internals of the list implementation can substantially improve the performance of the clear operation on this list and its subLists.
This implementation gets a list iterator positioned before fromIndex, and repeatedly calls ListIterator.next followed by ListIterator.remove until the entire range has been removed. Note: if ListIterator.remove requires linear time, this implementation requires quadratic time.
Parameters:
fromIndex - index of first element to be removed
toIndex - index after last element to be removed
免費玩Java SE Development Kit 7 Documentation APP玩免費
免費玩Java SE Development Kit 7 Documentation App
熱門國家 | 系統支援 | 版本 | 費用 | APP評分 | 上架日期 | 更新日期 |
---|---|---|---|---|---|---|
中國 China | iOS App Store | 2.0 App下載 | ¥12.00 | 2013-03-29 | 2014-10-04 |