org.springframework.osgi.blueprint
Class ArrayItem

java.lang.Object
  extended by org.springframework.osgi.blueprint.ArrayItem

public class ArrayItem
extends Object

Author:
Costin Leau

Constructor Summary
ArrayItem()
           
ArrayItem(int[] array)
           
 
Method Summary
 Object getItem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayItem

public ArrayItem()

ArrayItem

public ArrayItem(int[] array)
Method Detail

getItem

public Object getItem()


Copyright © 2006-2011 Spring Framework. All Rights Reserved.