当前位置:  技术问答>java相关

如何处理collection对象

    来源: 互联网  发布时间:2015-05-25

    本文导语:  当我将几个实体bean作为一个collection对象返回给客户端,如何处理collection得到具体的bean! | public Iterator iterator() Returns an iterator over the elements in this collection. There are no guarantees concernin...

当我将几个实体bean作为一个collection对象返回给客户端,如何处理collection得到具体的bean!

|
public Iterator iterator()
Returns an iterator over the elements in this collection. There are no guarantees concerning the order in which the elements are returned (unless this collection is an instance of some class that provides a guarantee). 

Returns:
an Iterator over the elements in this collection

--------------------------------------------------------------------------------

toArray
public Object[] toArray()
Returns an array containing all of the elements in this collection. If the collection makes any guarantees as to what order its elements are returned by its iterator, this method must return the elements in the same order.
The returned array will be "safe" in that no references to it are maintained by this collection. (In other words, this method must allocate a new array even if this collection is backed by an array). The caller is thus free to modify the returned array.

This method acts as bridge between array-based and collection-based APIs. 


Returns:
an array containing all of the elements in this collection

    
 
 

您可能感兴趣的文章:

 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • java命名空间java.util接口collection<e>的类成员方法: containsall定义及介绍
  • 这句话Collections is a class, Collection is an interface怎么理解?
  • java命名空间java.util类collections的类成员方法: unmodifiablecollection定义及介绍
  • Google Collections
  • java命名空间java.util类collections的类成员方法: synchronizedcollection定义及介绍
  • Collection,List都是接口,为什么我可以这么用?
  • java命名空间java.util接口collection<e>的类成员方法: removeall定义及介绍
  • 求教:collection的问题,解决问题立刻结帐
  • java命名空间java.util接口collection<e>的类成员方法: retainall定义及介绍
  • Collections.sort()方法,已经实现Comparable接口,为什么无法将Vector排序?
  • java命名空间java.util类collections的类成员方法: disjoint定义及介绍
  • Commons-collections
  • java命名空间java.util接口collection<e>的类成员方法: addall定义及介绍
  • 怎么在java中构造collection
  • java命名空间java.util类collections的类成员方法: enumeration定义及介绍
  • C#关于System.Collections空间详解
  • java命名空间java.util类collections的类成员方法: max定义及介绍
  • Realm和Web-resource-collection有什么区别和联系
  • java命名空间java.util类collections的类成员方法: min定义及介绍
  • Immutable Collections for Java
  • java命名空间java.util接口collection<e>的类成员方法: size定义及介绍
  • Java里collection API怎么翻译啊?


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3