PageRenderTime 313ms queryTime 90ms sortTime 2ms getByIdsTime 45ms findMatchingLines 53ms

100+ results results for 'List<Object> repo:totartfm/traclightning' (313 ms)

Not the results you expected?
NetworkAvailability.java http://mobicents.googlecode.com/svn/trunk/ | Java | 349 lines
                    
99    @XmlAnyElement(lax = true)
                    
100    protected List<Object> any;
                    
101    @XmlAnyAttribute
                    
155     */
                    
156    public List<Object> getAny() {
                    
157        if (any == null) {
                    
157        if (any == null) {
                    
158            any = new ArrayList<Object>();
                    
159        }
                    
217        @XmlAnyElement(lax = true)
                    
218        protected List<Object> any;
                    
219        @XmlAttribute(required = true)
                    
296         */
                    
297        public List<Object> getAny() {
                    
298            if (any == null) {
                    
                
CompilerBlob.cs git://github.com/sorear/niecza.git | C# | 275 lines
                    
117                    VarDeque it = o.mo.mro_raw_iterator.Get(v);
                    
118                    var lo = new List<object>();
                    
119                    while (Kernel.IterHasFlat(it, true))
                    
128        public static Variable DownCall(Variable list) {
                    
129            List<object> lo = new List<object>();
                    
130            VarDeque it = Builtins.start_iter(list);
                    
160        static void SerializeNam(Variable v, StringBuilder sb,
                    
161                List<object> refs) {
                    
162
                    
202            StringBuilder sb = new StringBuilder();
                    
203            List<object> refs = new List<object>();
                    
204            SerializeNam(nam, sb, refs);
                    
                
SellerController.cs https://hg.codeplex.com/xenta | C# | 385 lines
                    
273            });
                    
274            var data = new List<Object>();
                    
275
                    
307            });
                    
308            var data = new List<Object>();
                    
309
                    
330            });
                    
331            var data = new List<Object>();
                    
332
                    
                
CassandraFetchFieldManager.java git://github.com/PedroGomes/datanucleus-cassandra.git | Java | 331 lines
                    
218
                    
219                List<Object> mapping = (List<Object>) value;
                    
220
                    
220
                    
221                Collection<Object> collection = new ArrayList<Object>(mapping.size());
                    
222                for (Object id : mapping) {
                    
                
org.apache.commons.collections.iterators.IteratorChain.cs git://github.com/gadfly/nofs.git | C# | 317 lines
                    
51        /** The chain of iterators */
                    
52        protected readonly java.util.List<Object> iteratorChain = new java.util.ArrayList<Object>();
                    
53        /** The index of the current iterator */
                    
183         */
                    
184        public java.util.List<Object> getIterators()
                    
185        {
                    
                
NotificationHistoryResponse.java http://grails-google-checkout.googlecode.com/svn/trunk/ | Java | 339 lines
                    
289        })
                    
290        protected List<Object> newOrderNotificationOrOrderStateChangeNotificationOrChargeAmountNotification;
                    
291
                    
319         */
                    
320        public List<Object> getNewOrderNotificationOrOrderStateChangeNotificationOrChargeAmountNotification() {
                    
321            if (newOrderNotificationOrOrderStateChangeNotificationOrChargeAmountNotification == null) {
                    
321            if (newOrderNotificationOrOrderStateChangeNotificationOrChargeAmountNotification == null) {
                    
322                newOrderNotificationOrOrderStateChangeNotificationOrChargeAmountNotification = new ArrayList<Object>();
                    
323            }
                    
                
GenericClassProxyTestCase.cs git://github.com/castleproject/Castle.Core-READONLY.git | C# | 328 lines
                    
142		{
                    
143			GenClassWithGenMethodsConstrained<List<object>> proxy =
                    
144				generator.CreateClassProxy<GenClassWithGenMethodsConstrained<List<object>>>(logger);
                    
175			GenClassWithGenReturn<List<object>, List<object>> proxy =
                    
176				generator.CreateClassProxy<GenClassWithGenReturn<List<object>, List<object>>>(logger);
                    
177
                    
191			GenClassNameClash<List<object>, List<object>> proxy =
                    
192				generator.CreateClassProxy<GenClassNameClash<List<object>, List<object>>>(logger);
                    
193
                    
221			KeepDataInterceptor interceptor = new KeepDataInterceptor();
                    
222			GenClassWithGenMethods<List<object>> proxy = generator.CreateClassProxy<GenClassWithGenMethods<List<object>>>(interceptor);
                    
223
                    
251			GenClassWithGenReturn<List<object>, List<object>> proxy =
                    
252				generator.CreateClassProxy<GenClassWithGenReturn<List<object>, List<object>>>(interceptor);
                    
253
                    
                
AbstractLatLonBox.java http://javaapiforkml.googlecode.com/svn/trunk/ | Java | 479 lines
                    
98    @XmlSchemaType(name = "anySimpleType")
                    
99    protected List<Object> abstractLatLonBoxSimpleExtension;
                    
100    /**
                    
224     */
                    
225    public List<Object> getAbstractLatLonBoxSimpleExtension() {
                    
226        if (abstractLatLonBoxSimpleExtension == null) {
                    
226        if (abstractLatLonBoxSimpleExtension == null) {
                    
227            abstractLatLonBoxSimpleExtension = new ArrayList<Object>();
                    
228        }
                    
313     */
                    
314    public void setAbstractLatLonBoxSimpleExtension(final List<Object> abstractLatLonBoxSimpleExtension) {
                    
315        this.abstractLatLonBoxSimpleExtension = abstractLatLonBoxSimpleExtension;
                    
358    @Override
                    
359    public void setObjectSimpleExtension(final List<Object> objectSimpleExtension) {
                    
360        super.setObjectSimpleExtension(objectSimpleExtension);
                    
                
GotoTargetHandler.java git://github.com/JetBrains/intellij-community.git | Java | 376 lines
                    
114
                    
115    List<Object> allElements = new ArrayList<>(targets.length + additionalActions.size());
                    
116    Collections.addAll(allElements, targets);
                    
                
IndexAlreadyExistsException.java git://github.com/apache/hive.git | Java | 396 lines
                    
231  public int hashCode() {
                    
232    List<Object> list = new ArrayList<Object>();
                    
233
                    
                
FilterableHierarchicalContainer.java https://bitbucket.org/peternixon/opennms-mirror.git | Java | 348 lines
                    
51    HierarchicalBeanContainer<?,?> m_container;
                    
52    List<Object> m_filteredItems;
                    
53    private LinkedList<Object> m_filteredRoots = null;
                    
53    private LinkedList<Object> m_filteredRoots = null;
                    
54    private HashMap<Object, LinkedList<Object>> m_filteredChildren = null;
                    
55    private HashMap<Object, Object> m_filteredParent = null;
                    
142    public Collection<?> getChildren(Object itemId) {
                    
143        LinkedList<Object> c;
                    
144
                    
232        // Reset data structures
                    
233        m_filteredRoots = new LinkedList<Object>();
                    
234        m_filteredChildren = new HashMap<Object, LinkedList<Object>>();
                    
296    private void addFilteredChild(Object parentItemId, Object childItemId) {
                    
297        LinkedList<Object> parentToChildrenList = m_filteredChildren
                    
298                .get(parentItemId);
                    
                
ChooseDataSourcePage.java git://pkgs.fedoraproject.org/eclipse-m2m-qvtoml | Java | 310 lines
                    
81	
                    
82				public List<Object> toList() {
                    
83					Object[] array = toArray();
                    
83					Object[] array = toArray();
                    
84					List<Object> list = new ArrayList<Object>(array.length);
                    
85					for (Object o : array) {
                    
                
CreateMappingCommand.java git://pkgs.fedoraproject.org/eclipse-emf | Java | 312 lines
                    
99  {
                    
100    Collection<Object> collection = new ArrayList<Object>();
                    
101    collection.add(input);
                    
110  {
                    
111    Collection<Object> collection = new ArrayList<Object>();
                    
112    collection.addAll(inputs);
                    
121  {
                    
122    Collection<Object> collection = new ArrayList<Object>();
                    
123    collection.addAll(inputs);
                    
132  {
                    
133    Collection<Object> collection = new ArrayList<Object>();
                    
134    collection.add(input);
                    
191
                    
192    ArrayList<Object> newInputs = new ArrayList<Object>();
                    
193    ArrayList<Object> newOutputs = new ArrayList<Object>();
                    
                
DictProxy.cs git://github.com/IronLanguages/main.git | C# | 322 lines
                    
166
                    
167                return new List<object>(res);
                    
168            }
                    
176            get {
                    
177                List<object> res = new List<object>();
                    
178                foreach (KeyValuePair<object, object> kvp in _dt.GetMemberDictionary(DefaultContext.Default, false)) {
                    
                
DotNetObject.cs https://code.google.com/p/s-sharp/ | C# | 246 lines
                    
39
                    
40		public object Expand(IList<object> args) {
                    
41			return Expand(args, false);
                    
47		/// </summary>
                    
48		public object Expand(IList<object> args, bool isSetter) {
                    
49			if (args.Count != 1) {
                    
                
Hdr.java git://github.com/plutext/docx4j.git | Java | 203 lines
                    
99    })
                    
100    protected List<Object> egBlockLevelElts;
                    
101    
                    
157    @Deprecated    
                    
158    public List<Object> getEGBlockLevelElts() {
                    
159        if (egBlockLevelElts == null) {
                    
159        if (egBlockLevelElts == null) {
                    
160            egBlockLevelElts = new ArrayList<Object>();
                    
161        }
                    
168     */
                    
169    public List<Object> getContent() {
                    
170        if (egBlockLevelElts == null) {
                    
170        if (egBlockLevelElts == null) {
                    
171            egBlockLevelElts = new ArrayList<Object>();
                    
172        }
                    
                
ComposablePartExtensibilityTests.cs git://github.com/mono/mono.git | C# | 293 lines
                    
253
                    
254                List<object> constructorArgs = new List<object>();
                    
255
                    
                
RPProduto.java http://freedom-erp.googlecode.com/svn/trunk/ | Java | 223 lines
                    
98
                    
99	private List<Object> prefere = new ArrayList<Object>();
                    
100
                    
                
RegistryCore.cs git://github.com/aurora-sim/Aurora-Sim.git | C# | 0 lines
                    
38        /// </value>
                    
39        protected Dictionary<Type, List<object>> ModuleInterfaces = new Dictionary<Type, List<object>>();
                    
40
                    
50
                    
51            List<Object> l = null;
                    
52            if (!ModuleInterfaces.TryGetValue(typeof(T), out l))
                    
53            {
                    
54                l = new List<Object>();
                    
55                ModuleInterfaces.Add(typeof(T), l);
                    
63
                    
64        public void AddModuleInterfaces(Dictionary<Type, List<object>> dictionary)
                    
65        {
                    
148            //Flatten the array
                    
149            Dictionary<Type, List<object>> interfaces = new Dictionary<Type, List<object>>();
                    
150            foreach (KeyValuePair<Type, List<object>> kvp in ModuleInterfaces)
                    
                
ShDataExtension.java http://mobicents.googlecode.com/svn/trunk/ | Java | 208 lines
                    
205   */
                    
206  public abstract List<Object> getAny();
                    
207
                    
                
FIMPSResource.cs https://hg01.codeplex.com/fimpscmdlets | C# | 253 lines
                    
114                    {
                    
115                        List<object> listOfValues = new List<object>(resourceValue.Values.Count);
                    
116                        foreach (RmAttributeValue rmValue in resourceValue.Values)
                    
                
CustomStringDictionary.cs git://github.com/IronLanguages/main.git | C# | 456 lines
                    
114            get {
                    
115                List<object> res = new List<object>();
                    
116                lock (this) {
                    
174            get {
                    
175                List<object> res = new List<object>();
                    
176                lock (this) {
                    
325        public System.Collections.IEnumerator GetEnumerator() {
                    
326            List<object> l = new List<object>(this.Keys);
                    
327            for (int i = 0; i < l.Count; i++) {
                    
366            get {
                    
367                return new List<object>(((IDictionary<object, object>)this).Keys);
                    
368            }
                    
376            get {
                    
377                return new List<object>(((IDictionary<object, object>)this).Values);
                    
378            }
                    
                
ConfigurableConstraintExceptionFactoryBeanDefinitionParser.java git://github.com/42BV/jarb.git | Java | 93 lines
                    
42
                    
43    private ManagedList<Object> parseExceptionMappings(Element element, ParserContext parserContext, BeanDefinition parentDefinition) {
                    
44        List<Element> mappingElements = getChildElementsByTagName(element, "exception-mapping");
                    
44        List<Element> mappingElements = getChildElementsByTagName(element, "exception-mapping");
                    
45        ManagedList<Object> mappingDefinitions = new ManagedList<Object>(mappingElements.size());
                    
46        mappingDefinitions.setElementTypeName(ExceptionFactoryMapping.class.getName());
                    
                
JsonMapperToJavaTest.java http://restfb.googlecode.com/svn/trunk/ | Java | 296 lines
                    
48  public void emptyList() {
                    
49    List<Object> objects = createJsonMapper().toJavaList("[]", Object.class);
                    
50    assertTrue(objects.size() == 0);
                    
                
MenuManager.cs https://git01.codeplex.com/signum | C# | 177 lines
                    
134
                    
135            List<object> queryNames =  Server.Return((IDynamicQueryServer s)=>s.GetQueryNames()); 
                    
136
                    
                
OwlsAssignItemProvider.java http://owl-composer.googlecode.com/svn/trunk/ | Java | 239 lines
                    
125				           Collection filter = new ArrayList();
                    
126				           Collection<?> results = new UniqueEList<Object>();
                    
127				           for (Object input : inputs) {
                    
167						   Collection filter = new ArrayList();
                    
168						   Collection<?> results = new UniqueEList<Object>();
                    
169						   for (Object output : outputs) {
                    
                
ScriptBuffer.java git://github.com/burris/dwr.git | Java | 214 lines
                    
212     */
                    
213    private final List<Object> parts = new ArrayList<Object>();
                    
214}
                    
                
PortletPersistenceTest.java git://github.com/liferay/liferay-portal.git | Java | 227 lines
                    
167
                    
168		List<Object> result = _persistence.findWithDynamicQuery(dynamicQuery);
                    
169
                    
185
                    
186		List<Object> result = _persistence.findWithDynamicQuery(dynamicQuery);
                    
187
                    
                
DKSqlGenerator.java http://diffkit.googlecode.com/svn/trunk/ | Java | 335 lines
                    
134         return null;
                    
135      List<Object> values = new ArrayList<Object>(row_.size());
                    
136      List<DKDBTypeInfo> typeInfos = new ArrayList<DKDBTypeInfo>(row_.size());
                    
                
Topic.java https://hg01.codeplex.com/pservicebusext | Java | 275 lines
                    
129		validateObjectState();
                    
130		List<Object> list = new ArrayList<Object>();
                    
131		list.add(message);
                    
134
                    
135	public void  publishMany(List<Object> messages) throws TopicNotRegisteredException, ESBException, IOException, IllegalAccessException, InvocationTargetException {
                    
136		validateObjectState();
                    
144
                    
145	private void internalPublish(List<Object> messages) throws TopicNotRegisteredException, ESBException, IOException, IllegalAccessException, InvocationTargetException {
                    
146		List<Map<String, Object>> publishDicts = new ArrayList<Map<String, Object>>();
                    
236
                    
237    public static void publishMessages(List<Object> messages) throws TopicNotRegisteredException, ESBException, IOException, IllegalAccessException, InvocationTargetException {
                    
238    	Class type = messages.get(0).getClass();
                    
                
RequestBuilder.java git://github.com/braintree/braintree_java.git | Java | 124 lines
                    
74            String xml = "";
                    
75            for (Object item : (List<Object>) element) {
                    
76                xml += buildXMLElement("item", item);
                    
                
apimapper.cs https://git01.codeplex.com/raptordb | C# | 171 lines
                    
18        internal Dictionary<Guid, List<object[]>> emit = new Dictionary<Guid, List<object[]>>();
                    
19        internal Dictionary<Guid, List<object>> emitobj = new Dictionary<Guid, List<object>>();
                    
20        internal bool _RollBack = false;
                    
71                return;
                    
72            List<object> d = null;
                    
73            if (emitobj.Count == 0)
                    
74            {
                    
75                d = new List<object>();
                    
76                d.Add(doc);
                    
86                {
                    
87                    d = new List<object>();
                    
88                    d.Add(doc);
                    
                
OLazyObjectList.java http://orient.googlecode.com/svn/ | Java | 236 lines
                    
35	private ORecord<?>									sourceRecord;
                    
36	private final ArrayList<Object>			list							= new ArrayList<Object>();
                    
37	private ODatabasePojoAbstract<TYPE>	database;
                    
                
HgPath.java https://bitbucket.org/mercurialeclipse/main/ | Java | 212 lines
                    
59		}
                    
60		List<Object> children = new ArrayList<Object>();
                    
61		for (File file : files) {
                    
                
PublishProductMojo.java git://pkgs.fedoraproject.org/tycho | Java | 329 lines
                    
77            MojoFailureException {
                    
78        List<Object> productIUs = new ArrayList<Object>();
                    
79        for (File producFile : getEclipseRepositoryProject().getProductFiles(getProject())) {
                    
                
CTBlip.java git://github.com/plutext/docx4j.git | Java | 287 lines
                    
97    })
                    
98    protected List<Object> alphaBiLevelOrAlphaCeilingOrAlphaFloor;
                    
99    protected CTOfficeArtExtensionList extLst;
                    
146     */
                    
147    public List<Object> getAlphaBiLevelOrAlphaCeilingOrAlphaFloor() {
                    
148        if (alphaBiLevelOrAlphaCeilingOrAlphaFloor == null) {
                    
148        if (alphaBiLevelOrAlphaCeilingOrAlphaFloor == null) {
                    
149            alphaBiLevelOrAlphaCeilingOrAlphaFloor = new ArrayList<Object>();
                    
150        }
                    
                
DoubleDictionarys.cs git://github.com/aurora-sim/Aurora-Sim.git | C# | 0 lines
                    
36    {
                    
37        Dictionary<TKey, List<object>> Dictionary = new Dictionary<TKey, List<object>>();
                    
38
                    
43
                    
44            List<object> Values = new List<object>(2);
                    
45            Values.Add(value1);
                    
64
                    
65                List<Object> Values = new List<object>();
                    
66                Dictionary.TryGetValue(key, out Values);
                    
70            {
                    
71                List<Object> Values = new List<object>();
                    
72                if (Dictionary.ContainsKey(key))
                    
86
                    
87                List<Object> Values = new List<object>();
                    
88                Dictionary.TryGetValue(key, out Values);
                    
                
FReporte.java https://bitbucket.org/timoteo_ponce/optica | Java | 280 lines
                    
181    public List<Object> getFila() {
                    
182        List<Object> fila = new ArrayList<Object>();
                    
183        if (tabla.getSelectedRow() != -1 && seleccionado) {
                    
                
ModuleScope.cs https://IronPython.svn.codeplex.com/svn | C# | 221 lines
                    
44
                    
45        public List<object> staticData;
                    
46
                    
                
StackedBarChart.java http://ofcj.googlecode.com/svn/trunk/ | Java | 234 lines
                    
99    public Stack stack(int index) {
                    
100        return new Stack((List<Object>) getValues().get(index));
                    
101    }
                    
122    public static class Stack {
                    
123        private transient List<Object> values;
                    
124        
                    
125        public Stack() {
                    
126            values = new ArrayList<Object>();
                    
127        }
                    
128        
                    
129        Stack(List<Object> values) {
                    
130            this.values = values;
                    
153        
                    
154        List<Object> getBackingList() {
                    
155            return this.values;
                    
                
MyAction.java git://github.com/beangle/library.git | Java | 166 lines
                    
122
                    
123			List<Object> values = CollectUtils.newArrayList();
                    
124			values.add(longinName);
                    
                
ParsedRequest.java http://dovetaildb.googlecode.com/svn/trunk/ | Java | 381 lines
                    
146//				// array
                    
147//				ArrayList<Object> array;
                    
148//				if (cur == null) {
                    
148//				if (cur == null) {
                    
149//					cur = array = new ArrayList<Object>();
                    
150//				} else if (!(cur instanceof ArrayList)) {
                    
152//				} else {
                    
153//					array = (ArrayList<Object>) cur;
                    
154//				}
                    
                
ActionSupportTest.java https://bitbucket.org/opensymphony/xwork.git | Java | 319 lines
                    
218
                    
219        List<Object> args = new ArrayList<Object>();
                    
220        args.add("Santa");
                    
268
                    
269        List<Object> args = new ArrayList<Object>();
                    
270        args.add("Santa");
                    
                
ColumnFillerAdapters.java http://cellengine.googlecode.com/svn/trunk/ | Java | 340 lines
                    
64		public ArrayList<Object> getValues(ObjectPropertyRowPanel<?> panel, Field columnType, ArrayList<?> rowDatas) {
                    
65			ArrayList<Object> ret = new ArrayList<Object>(rowDatas.size());
                    
66			try {
                    
122		public ArrayList<Object> getValues(ObjectPropertyRowPanel<?> panel, Field columnType, ArrayList<?> rowDatas) {
                    
123			ArrayList<Object> ret = new ArrayList<Object>(rowDatas.size());
                    
124			if (field_data != null) {
                    
171		public ArrayList<Object> getValues(ObjectPropertyRowPanel<?> panel, Field columnType, ArrayList<?> rowDatas) {
                    
172			ArrayList<Object> ret = new ArrayList<Object>(rowDatas.size());
                    
173			for (int i = 0; i < rowDatas.size(); i++) {
                    
209		public ArrayList<Object> getValues(ObjectPropertyRowPanel<?> panel, Field columnType, ArrayList<?> rowDatas) {
                    
210			ArrayList<Object> ret = new ArrayList<Object>(rowDatas.size());
                    
211			for (int i = 0; i < rowDatas.size(); i++) {
                    
317		@Override
                    
318		public ArrayList<Object> getValues(ObjectPropertyRowPanel<?> panel,
                    
319				Field columnType, ArrayList<?> rowDatas) {
                    
                
WiqlBuilder.cs https://hg.codeplex.com/spruce | C# | 249 lines
                    
167
                    
168			IList<object> stackList = _queryStack.ToList();
                    
169			stackList = stackList.Reverse().ToList(); // turn our LIFO into a FIFO to preserve the query order
                    
                
DBUtils.java http://fastcodingtools.googlecode.com/svn/trunk/ | Java | 447 lines
                    
73		ResultSetMetaData metadata = rs.getMetaData();
                    
74		ArrayList<Object> results = new ArrayList<Object>();
                    
75		Object object;
                    
                
DoGPeaks.java git://github.com/imagej/imglib.git | Java | 159 lines
                    
107	public List<Object> asPoints(final float[] scalingFactor) throws Exception {
                    
108		final List<Object> points = new ArrayList<Object>();
                    
109		if (this.isEmpty()) return points;
                    
137	 * For images of 1D or more than 4D, returns a list of float[]. */
                    
138	public List<Object> asPoints() throws Exception {
                    
139		return asPoints(1);
                    
143	 * For images of 1D or more than 4D, returns a list of float[]. */
                    
144	public List<Object> asPoints(final Number scalingFactor) throws Exception {
                    
145		if (this.isEmpty()) return new ArrayList<Object>();
                    
                
DumpHeap.java git://pkgs.fedoraproject.org/electric | Java | 347 lines
                    
51    private int[] objHash = new int[1];
                    
52    private ArrayList<Object> objs = (new ArrayList<Object>());
                    
53    { objs.add(null); }
                    
                
frmMain.cs https://mvcroutevisualizer.svn.codeplex.com/svn | C# | 197 lines
                    
186            {
                    
187                var empty = new List<object>().Select(i=> new { Key = "",Value=""}).ToList();
                    
188                this.dgvRouteData.DataSource = empty;
                    
                
FoldedSteel.cs https://svnmlserverall.svn.codeplex.com/svn | C# | 138 lines
                    
110			
                    
111			List<object> list = new List<object>();
                    
112			Item c;
                    
                
EditorComboBox.java git://github.com/JetBrains/intellij-community.git | Java | 340 lines
                    
178  public void prependItem(String item) {
                    
179    ArrayList<Object> objects = new ArrayList<>();
                    
180    objects.add(item);
                    
191  public void appendItem(String item) {
                    
192    ArrayList<Object> objects = new ArrayList<>();
                    
193
                    
                
FormResolverImpl.java http://t-2.googlecode.com/svn/trunk/ | Java | 187 lines
                    
121			Locale locale) {
                    
122		List<Object> list = null;
                    
123		if (List.class.isAssignableFrom(srcType)) {
                    
123		if (List.class.isAssignableFrom(srcType)) {
                    
124			list = (List<Object>) src;
                    
125		} else if (srcType.isArray()) {
                    
129		if (list != null) {
                    
130			List<Object> ret = new ArrayList<Object>();
                    
131			for (Object o : list) {
                    
150		if (List.class.isAssignableFrom(srcType)) {
                    
151			List<Object> list = (List) src;
                    
152			params = list.toArray(new Object[list.size()]);
                    
                
ObjectList.java http://acide-0-8-release-2010-2011.googlecode.com/svn/trunk/ | Java | 194 lines
                    
52	 */
                    
53	private ArrayList<Object> _list;
                    
54
                    
62		// Creates the list of objects
                    
63		_list = new ArrayList<Object>();
                    
64	}
                    
                
ListAssert.java git://pkgs.fedoraproject.org/fest-assert | Java | 231 lines
                    
226  /** {@inheritDoc} */
                    
227  @Override protected List<Object> actualAsList() {
                    
228    return new ArrayList<Object>(actual);
                    
                
URLParser.cs git://github.com/sones/sones.git | C# | 441 lines
                    
181        /// <returns>The methodInfo callback and the optional parameters</returns>
                    
182        public Tuple<UrlNode, List<Object>> GetCallback(String url, String webMethod = "GET")
                    
183        {
                    
205
                    
206            return GetCallback(_RootNodes[webMethod], urlParts, new List<Object>(), url, 0);
                    
207
                    
218        /// <returns></returns>
                    
219        private Tuple<UrlNode, List<Object>> GetCallback(Dictionary<String, UrlNode> urlNodes, IEnumerable<String> urlParts, List<Object> parameters, String url, Int32 posInUrl)
                    
220        {
                    
252                    posInUrl = url.Length;
                    
253                    return new Tuple<UrlNode, List<object>>(curUrlNode, parameters);
                    
254                }
                    
290                // we have some more childs defined
                    
291                Tuple<UrlNode, List<object>> retval = null;
                    
292                var newParams = new List<Object>();
                    
                
PersonPicker.java http://silkin.googlecode.com/svn/trunk/ | Java | 394 lines
                    
25		public Individual ind;
                    
26		public ArrayList<Object> source, selections = new ArrayList<Object>();
                    
27		public boolean oneValue;
                    
37		
                    
38		public PersonPicker(ArrayList<Object> srce, String title, String fieldNam,
                    
39							boolean singleValue, KSJInternalFrame editor)  {
                    
52			
                    
53		public PersonPicker(ArrayList<Object> srce, String title, String fieldNam, int udpNum,
                    
54							boolean singleValue, KSJInternalFrame editor)  {
                    
                
BankCatalog.java http://finval.googlecode.com/svn/trunk/ | Java | 500 lines
                    
314
                    
315	private List<Object> getDataFromDb()
                    
316	{
                    
316	{
                    
317		List<Object> data = new ArrayList<Object>();
                    
318		
                    
325			   BankBean bank = banks.get(i);
                    
326			   List<Object> raw = new ArrayList<Object>();
                    
327			   raw.add(bank.getBank().getId());
                    
                
java_test.py http://pyconcordion.googlecode.com/svn/trunk/ | Python | 394 lines
                    
85	if(result != null && result.getClass().isArray()){
                    
86		List<Object> list = new ArrayList<Object>();
                    
87		for(int i = 0; i < Array.getLength(result); i++){
                    
                
JSHelper.java http://tatami.googlecode.com/svn/trunk/ | Java | 197 lines
                    
79	public static Collection<Object> convertJSArrayToCollection(JavaScriptObject array){
                    
80		Collection<Object> collec = new ArrayList<Object>();
                    
81		int length = getArraySize(array);
                    
                
CompoundProcedure.java http://jasi-himanshu.googlecode.com/svn/trunk/ | Java | 113 lines
                    
65        
                    
66        ArrayList<Object> args = null;
                    
67        if(o != null) {
                    
                
AlternateTaxRule.java http://google-checkout-java-sdk.googlecode.com/svn/trunk/ | Java | 439 lines
                    
399        })
                    
400        protected List<Object> allTaxAreas;
                    
401
                    
428         */
                    
429        public List<Object> getAllTaxAreas() {
                    
430            if (allTaxAreas == null) {
                    
430            if (allTaxAreas == null) {
                    
431                allTaxAreas = new ArrayList<Object>();
                    
432            }
                    
                
Comments.java git://github.com/plutext/docx4j.git | Java | 318 lines
                    
200        })
                    
201        protected List<Object> egBlockLevelElts;
                    
202        @XmlAttribute(namespace = "http://schemas.openxmlformats.org/wordprocessingml/2006/main")
                    
257         */
                    
258        public List<Object> getEGBlockLevelElts() {
                    
259            if (egBlockLevelElts == null) {
                    
259            if (egBlockLevelElts == null) {
                    
260                egBlockLevelElts = new ArrayList<Object>();
                    
261            }
                    
                
CommandMessage.wpf.cs https://hg.codeplex.com/caliburn | C# | 405 lines
                    
91        IAction action;
                    
92        IList<object> metadata;
                    
93
                    
108        /// <value>The metadata.</value>
                    
109        public IList<object> Metadata
                    
110        {
                    
113                if(metadata == null)
                    
114                    metadata = new List<object>();
                    
115
                    
                
PluginServices.cs https://hg.codeplex.com/sharpcms | C# | 193 lines
                    
47        {
                    
48            List<object> results = new List<object>();
                    
49
                    
67        {
                    
68            List<object> flattened = new List<object>();
                    
69            try
                    
                
HierarchicalTest.java http://google-gin.googlecode.com/svn/trunk/ | Java | 152 lines
                    
86  @Singleton
                    
87  public static class ModuleInitializationList extends ArrayList<Object> {}
                    
88
                    
                
SceneQuery.cs https://git01.codeplex.com/nine | C# | 126 lines
                    
13        List<ISceneManager<ISpatialQueryable>> sceneManagers;
                    
14        IList<object> topLevelObjects;
                    
15
                    
15
                    
16        public SceneQuery(List<ISceneManager<ISpatialQueryable>> sceneManagers, IList<object> topLevelObjects, Predicate<T> condition)
                    
17        {
                    
90            
                    
91            public void IncludeTopLevelNonSpatialQueryableDesendants(IList<object> topLevelObjects)
                    
92            {
                    
                
ShaperTests.cs https://git01.codeplex.com/entityframework.git | C# | 202 lines
                    
27        private void GetEnumerator_returns_SimpleEnumerator_for_simple_CoordinatorFactory(Action<Mock<DbDataReader>, IEnumerator<object>> setupRead,
                    
28            Func<IDbEnumerator<object>, List<object>> toList)
                    
29        {
                    
60        private void GetEnumerator_returns_ObjectQueryNestedEnumerator_for_nested_coordinatorFactories(Action<Mock<DbDataReader>, IEnumerator<object>> setupRead,
                    
61            Func<IDbEnumerator<object>, List<object>> toList)
                    
62        {
                    
93
                    
94            var actualValuesFromRootCoordinator = new List<object>();
                    
95            var rootCoordinatorFactory = Objects.MockHelper.CreateCoordinatorFactory<int, object>(
                    
119                {
                    
120                    var actualValues = new List<object>();
                    
121                    while (e.MoveNext())
                    
134                {
                    
135                    var actualValues = new List<object>();
                    
136                    while (e.MoveNextAsync(CancellationToken.None).Result)
                    
                
regressions.py git://pkgs.fedoraproject.org/synopsis | Python | 549 lines
                    
288void main() {
                    
289  list<Object> a_list;
                    
290  a_list.replace(1, Object());
                    
                
StoredProceduresMain.java http://oopex.googlecode.com/svn/trunk/ | Java | 104 lines
                    
92			query.addArgument("param"); 
                    
93			List<Object> parameters = new ArrayList<Object>();
                    
94			parameters.add(Integer.valueOf(-2));
                    
                
Vehiculo.cs https://pis2011grupo04.svn.codeplex.com/svn | C# | 217 lines
                    
52            {
                    
53                compartments = new List<object>(),
                    
54                //originItem. NO SE ESPECIFICA EN CASO DE QUE EL VEHICULO PARTA DEL DEPOSITO COMO EN ESTE CASO.
                    
57                arrivalTime = tiempoUsoLlegada,
                    
58                timeWindows = new Dictionary<int,List<object>>(),
                    
59                maxUsage = tiempoMaxUso,
                    
73                };
                    
74            List<object> listaVentanaTiempo=new List<object>();
                    
75            listaVentanaTiempo.Add(t);
                    
                
StructSerializer.cs https://asmanalyzer.svn.codeplex.com/svn | C# | 352 lines
                    
332			{
                    
333				List<object> list = new List<object>();
                    
334				object defaultInstance = Activator.CreateInstance(elementType);
                    
                
BinderHelper.cs https://IronPython.svn.codeplex.com/svn | C# | 225 lines
                    
83                rule.Parameters[rule.ParameterCount - 1],
                    
84                typeof(IList<object>)
                    
85            );
                    
96                    ),
                    
97                    Ast.Constant(((IList<object>)paramArg).Count)
                    
98                )
                    
113                    case ArgumentKind.List:
                    
114                        IList<object> list = args[i] as IList<object>;
                    
115                        if (list == null) return null;
                    
                
ORecordSerializerJSON.java http://orient.googlecode.com/svn/ | Java | 356 lines
                    
180			else
                    
181				embeddedCollection = new ArrayList<Object>();
                    
182
                    
                
ModelUtils.java http://iks-project.googlecode.com/svn/ | Java | 290 lines
                    
146			info.append(':');
                    
147			Collection<Object> values = new ArrayList<Object>();
                    
148			for(Iterator<Object> valueIt = rep.get(field);valueIt.hasNext();){
                    
                
ArrayOps.cs git://github.com/IronLanguages/main.git | C# | 374 lines
                    
194        public static string __repr__(CodeContext/*!*/ context, [NotNull]Array/*!*/ self) {
                    
195            List<object> infinite = PythonOps.GetAndCheckInfinite(self);
                    
196            if (infinite == null) {
                    
363
                    
364        private static int[] TupleToIndices(Array a, IList<object> tuple) {
                    
365            int[] indices = new int[tuple.Count];
                    
                
RdfRepresentation.java http://iks-project.googlecode.com/svn/ | Java | 363 lines
                    
72		UriRef fieldUriRef = new UriRef(field);
                    
73		Collection<Object> values = new ArrayList<Object>();
                    
74		//process the parsed value with the Utility Method ->
                    
                
PersistentList.cs https://hg01.codeplex.com/mangacrawler | C# | 623 lines
                    
57
                    
58			List<object> clonedList = new List<object>(list.Count);
                    
59			foreach (object current in list)
                    
167		{
                    
168			IList deletes = new List<object>();
                    
169			IList sn = (IList) GetSnapshot();
                    
                
TopologicalSortException.java git://pkgs.fedoraproject.org/netbeans-platform | Java | 403 lines
                    
87
                    
88        ArrayList<Object> res = new ArrayList<Object>(vertexes.size());
                    
89
                    
                
EnumerableExtensions.cs git://github.com/ServiceStack/ServiceStack.git | C# | 376 lines
                    
35        [MethodImpl(MethodImplOptions.AggressiveInlining)]
                    
36        public static List<object> Skip(IEnumerable items, int count)
                    
37        {
                    
39                return TypeConstants.EmptyObjectList;
                    
40            var to = new List<object>();
                    
41            int i = 0;
                    
52        [MethodImpl(MethodImplOptions.AggressiveInlining)]
                    
53        public static List<object> SplitOnFirst(IEnumerable items, out object first)
                    
54        {
                    
57                return TypeConstants.EmptyObjectList;
                    
58            var to = new List<object>();
                    
59            int i = 0;
                    
72        [MethodImpl(MethodImplOptions.AggressiveInlining)]
                    
73        public static List<object> Take(IEnumerable items, int count)
                    
74        {
                    
                
DatabaseSearchTableModel.java http://pride-toolsuite.googlecode.com/svn/ | Java | 131 lines
                    
16 */
                    
17public class DatabaseSearchTableModel extends ListTableModel<List<Object>> {
                    
18    /**
                    
68    public void addData(List<Object> newData) {
                    
69        List<Object> content = new ArrayList<Object>();
                    
70        // row number
                    
81    public void setValueAt(Object aValue, int rowIndex, int columnIndex) {
                    
82        List<Object> content = contents.get(rowIndex);
                    
83        if (content != null) {
                    
92     *
                    
93     * @return List<List<Object>>  all the actual values in the table
                    
94     */
                    
123        if (DatabaseSearchEvent.Status.RESULT.equals(evt.getStatus())) {
                    
124            List<List<Object>> newData = (List<List<Object>>) evt.getResult();
                    
125            for (List<Object> data : newData) {
                    
                
IExtract.cs http://encog-cs.googlecode.com/svn/trunk/ | C# | 76 lines
                    
61        /// <returns>The results of the extraction as a List.</returns>
                    
62        IList<Object> ExtractList(WebPage page);
                    
63
                    
                
UiBinderInstanciator.java http://gwt-test-utils.googlecode.com/svn/src/framework/trunk/ | Java | 197 lines
                    
49
                    
50  private static List<Object> extractArgs(String[] argNames,
                    
51      Map<String, Object> attributes) {
                    
52
                    
53    List<Object> args = new ArrayList<Object>();
                    
54    for (String argName : argNames) {
                    
89        for (String[] argNames : registeredUiConstructors) {
                    
90          List<Object> potentialArgs = extractArgs(argNames, attributes);
                    
91          if (potentialArgs != null && matchs(uiConstructor, potentialArgs)) {
                    
157
                    
158  private static <U> U instanciate(Constructor<U> cons, List<Object> args) {
                    
159    try {
                    
180
                    
181  private static boolean matchs(Constructor<?> cons, List<Object> args) {
                    
182    Class<?>[] paramTypes = cons.getParameterTypes();
                    
                
CollectionUtil.cs http://nettopologysuite.googlecode.com/svn/trunk/ | C# | 182 lines
                    
3#if SILVERLIGHT
                    
4using ArrayList = System.Collections.Generic.List<object>;
                    
5#endif
                    
                
XmlCertificateValuesType.java http://xades4j.googlecode.com/svn/trunk/ | Java | 118 lines
                    
55    })
                    
56    protected List<Object> encapsulatedX509CertificateOrOtherCertificate;
                    
57    @XmlAttribute(name = "Id")
                    
85     */
                    
86    public List<Object> getEncapsulatedX509CertificateOrOtherCertificate() {
                    
87        if (encapsulatedX509CertificateOrOtherCertificate == null) {
                    
87        if (encapsulatedX509CertificateOrOtherCertificate == null) {
                    
88            encapsulatedX509CertificateOrOtherCertificate = new ArrayList<Object>();
                    
89        }
                    
                
ReplaceCommand.java git://pkgs.fedoraproject.org/eclipse-emf | Java | 354 lines
                    
96   */
                    
97  protected EList<Object> ownerList;
                    
98
                    
167    @SuppressWarnings("unchecked")
                    
168    EList<Object> untypedList = (EList<Object>)list;
                    
169    ownerList = untypedList;
                    
192   */
                    
193  public EList<Object> getOwnerList()
                    
194  {
                    
                
Frm_OperLog.cs https://TrainingFrameWork.svn.codeplex.com/svn | C# | 281 lines
                    
55            int nIndex = this.ultraGrid1.ActiveRow.Index;
                    
56            List<object> lstO = this.ultraGrid1.DisplayLayout.Bands[0].ColumnFilters.All.ToList();
                    
57
                    
                
ObjectType.java https://HealthVaultJavaLib.svn.codeplex.com/svn | Java | 172 lines
                    
55    @XmlAnyElement(lax = true)
                    
56    protected List<Object> content;
                    
57    @XmlAttribute(name = "Id")
                    
91     */
                    
92    public List<Object> getContent() {
                    
93        if (content == null) {
                    
93        if (content == null) {
                    
94            content = new ArrayList<Object>();
                    
95        }
                    
                
IndexToObjectConverter.cs https://hg.codeplex.com/amarok | C# | 120 lines
                    
51		/// </summary>
                    
52		public List<Object> Values
                    
53		{
                    
83		{
                    
84			this.Values = new List<Object>();
                    
85			this.DefaultValue = DependencyProperty.UnsetValue;
                    
                
StreamCore.java git://github.com/vaclav/GPars.git | Java | 375 lines
                    
237    @Override
                    
238    public final FList<Object> map(final Closure mapClosure) {
                    
239        final StreamCore<Object> newStream = (StreamCore<Object>) createNewStream();
                    
                
OEntityKey.java https://code.google.com/p/odata4j/ | Java | 390 lines
                    
144    String[] tokens = tokens(keyString, ',');
                    
145    List<Object> values = new ArrayList<Object>(tokens.length);
                    
146    for (String token : tokens) {
                    
                
PredicateFinderVisitor.java https://bitbucket.org/openesb/netbeans-soa.git | Java | 240 lines
                    
190                }
                    
191                DirectedList<Object> predicatePath = BpelPathConverter.singleton().
                    
192                        constructObjectLocationList(stepContext, true, true);
                    
209                    case NODE:
                    
210                        DirectedList<Object> sStepPath = BpelPathConverter.singleton().
                    
211                                constructObjectLocationList(stepContext, true, true);
                    
226                    case PROCESSING_INSTR:
                    
227                        DirectedList<Object> sStepPath = BpelPathConverter.singleton().
                    
228                                constructObjectLocationList(stepContext, true, true);
                    
                
Expression.cs https://hg.codeplex.com/ncalc | C# | 288 lines
                    
252
                    
253                var results = new List<object>();
                    
254                for (int i = 0; i < size; i++)
                    
                
AbstractDialogDescriptor.java https://bitbucket.org/openesb/netbeans-soa.git | Java | 176 lines
                    
146    protected void setOptionClosable(Object option, boolean flag) {
                    
147        List<Object> cOptions =
                    
148                new ArrayList<Object>(Arrays.asList(getClosingOptions()));
                    
                
PO_Record.java https://bitbucket.org/idempiere/idempiere/ | Java | 276 lines
                    
172
                    
173		List<List<Object>> dependents = DB.getSQLArrayObjectsEx(trxName, sql, tableName, tableName, tableName);
                    
174		if (dependents != null) {
                    
174		if (dependents != null) {
                    
175			for (List<Object> row : dependents) {
                    
176				String dependentTableName = (String) row.get(0);
                    
                
CTSdtContentRun.java git://github.com/plutext/docx4j.git | Java | 203 lines
                    
99    })
                    
100    protected List<Object> paragraphContent;
                    
101    @XmlTransient
                    
157    @Deprecated
                    
158    public List<Object> getParagraphContent() {
                    
159        if (paragraphContent == null) {
                    
159        if (paragraphContent == null) {
                    
160            paragraphContent = new ArrayList<Object>();
                    
161        }
                    
168     */
                    
169    public List<Object> getContent() {
                    
170        if (paragraphContent == null) {
                    
170        if (paragraphContent == null) {
                    
171            paragraphContent = new ArrayList<Object>();
                    
172        }
                    
                
JETCompileTemplateOperation.java git://pkgs.fedoraproject.org/eclipse-emf | Java | 375 lines
                    
55  protected Collection<?> containers;
                    
56  protected List<Object> files = new ArrayList<Object>();
                    
57  protected boolean inBuild;
                    
219        IPath filePath = file instanceof IFile ? ((IFile)file).getFullPath() : new Path(file.toString());
                    
220        List<Object> templateContainers = nature.getTemplateContainers();
                    
221        List<Object> templateSourceContainers = nature.getTemplateSourceContainers();
                    
                
RetrievePeptideTableTask.java http://pride-toolsuite.googlecode.com/svn/ | Java | 126 lines
                    
22 */
                    
23public class RetrievePeptideTableTask extends AbstractDataAccessTask<Void, Tuple<TableContentType, List<Object>>> {
                    
24    private static final Logger logger = LoggerFactory.getLogger(RetrievePeptideTableTask.class);
                    
103                        for (Comparable peptideId : ids) {
                    
104                            List<Object> content = TableDataRetriever.getPeptideTableRow(controller, identId, peptideId);
                    
105                            publish(new Tuple<TableContentType, List<Object>>(TableContentType.PEPTIDE, content));
                    
                
ElementConverter.groovy https://code.google.com/p/rivoli/ | Groovy | 107 lines
                    
85		if (element.descriptor.containerFor) {
                    
86			List<Object> children = []
                    
87
                    
                
BuildReferenceMapAdapter.java git://github.com/jenkinsci/jenkins.git | Java | 403 lines
                    
194        public Object[] toArray() {
                    
195            List<Object> list = new ArrayList<>(this);
                    
196            return list.toArray();
                    
311        public Object[] toArray() {
                    
312            List<Object> list = new ArrayList<>(this);
                    
313            return list.toArray();
                    
                
ActionsInfraHid.java git://pkgs.fedoraproject.org/netbeans-platform | Java | 105 lines
                    
96    public static void doGC(int count) {
                    
97        List<Object> l = new ArrayList<Object>(count);
                    
98        while (count-- > 0) {
                    
                
ClpSerializer.java git://github.com/liferay/liferay-plugins.git | Java | 348 lines
                    
122	public static Object translateInput(List<Object> oldList) {
                    
123		List<Object> newList = new ArrayList<Object>(oldList.size());
                    
124
                    
169		else if (obj instanceof List<?>) {
                    
170			return translateInput((List<Object>)obj);
                    
171		}
                    
200	public static Object translateOutput(List<Object> oldList) {
                    
201		List<Object> newList = new ArrayList<Object>(oldList.size());
                    
202
                    
216		else if (obj instanceof List<?>) {
                    
217			return translateOutput((List<Object>)obj);
                    
218		}
                    
                
JSONExport.java https://code.google.com/p/parsets/ | Java | 256 lines
                    
80		dataset.put(METAKEY, meta);
                    
81		Map<String, List<List<Object>>> data = new LinkedHashMap<String, List<List<Object>>>();
                    
82		dataset.put("data", data);
                    
107	private static void exportTable(Map<String, List<List<Object>>> container, LocalDB db, String tableName, String key, String value) {
                    
108		List<List<Object>> data = new ArrayList<List<Object>>();
                    
109		try {
                    
121					numColumns = rs.getMetaData().getColumnCount();
                    
122					List<Object> row = new ArrayList<Object>(numColumns);
                    
123					for (int column = 1; column <= numColumns; column++) {
                    
141				}
                    
142				List<Object> row = new ArrayList<Object>(numColumns);
                    
143				for (int column = 1; column <= numColumns; column++) {
                    
                
TaskDataTreeBuilder.java https://code.google.com/p/rabbit-eclipse/ | Java | 129 lines
                    
82      IFile file = data.get(ITaskData.FILE);
                    
83      List<Object> segments = newArrayList();
                    
84
                    
                
FdfWriter.cs https://hg01.codeplex.com/comictool | C# | 346 lines
                    
124                return false;
                    
125            List<object> hist = new List<object>();
                    
126            while (true) {
                    
                
PrimitiveProcedure.java http://jasi-himanshu.googlecode.com/svn/trunk/ | Java | 1025 lines
                    
86    public Object apply(Object o, Environment env) {
                    
87        ArrayList<Object> args = null;
                    
88        if(o != null) {
                    
                
GrailsDomainSqlFactory.java http://axolotl.googlecode.com/svn/trunk/ | Java | 468 lines
                    
310//			BeanWrapper wrapper = (entity instanceof BeanWrapper) ? (BeanWrapper) entity : new BeanWrapperImpl(entity);
                    
311//			List<Object> values = new ArrayList<Object>();			
                    
312//			for (GrailsDomainClassProperty property : getPersistentProperties(domainClass)) {
                    
                
SharedObject.cs https://code.google.com/p/rtmpconnector/ | C# | 671 lines
                    
157					encodeString(temp,(string)param);
                    
158				else if(param.GetType()==typeof(List<object>) || param.GetType()==typeof(Dictionary<object,object>))
                    
159					encodeObject(ref temp,param);
                    
204					encodeString(temp,(string)obj);
                    
205				else if(obj.GetType()==typeof(List<object>) || obj.GetType()==typeof(Dictionary<object,object>))
                    
206					encodeObject(ref temp,obj);
                    
261					else
                    
262						pdata=new List<object>();
                    
263				}
                    
263				}
                    
264				if(pdata.GetType()==typeof(List<object>))
                    
265					((List<object>)pdata).Add(obj);
                    
274			byte[] bcount=null;
                    
275			if(amfdata.GetType()==typeof(List<object>))
                    
276			{
                    
                
Asynchronizer.groovy http://gparallelizer.googlecode.com/svn/trunk/ | Groovy | 336 lines
                    
276     */
                    
277    public static List<Object> doInParallel(Closure ... closures) {
                    
278        return AsyncInvokerUtil.processResult(executeAsync(closures))
                    
                
CountsCatalog.java http://finval.googlecode.com/svn/trunk/ | Java | 705 lines
                    
277	
                    
278	private List<Object> getDataFromDb()
                    
279	{
                    
279	{
                    
280		List<Object> data = new ArrayList<Object>();
                    
281		List<SchetBean> counts;
                    
286				SchetBean count = counts.get(i);
                    
287				List<Object> raw = new ArrayList<Object>();
                    
288				raw.add(count.getSchet().getId());
                    
                
OrgCatalog.java http://finval.googlecode.com/svn/trunk/ | Java | 529 lines
                    
295	
                    
296	private List<Object> getDataFromDb()
                    
297	{
                    
297	{
                    
298		List<Object> data = new ArrayList<Object>();
                    
299		List<OrganizationBean> organizations;
                    
305			   OrganizationBean organization = organizations.get(i);
                    
306			   List<Object> raw = new ArrayList<Object>();
                    
307			   raw.add(organization.getOrganization().getId());
                    
                
VipiskaSearch.java http://finval.googlecode.com/svn/trunk/ | Java | 719 lines
                    
241		//Clear table model by setting an empty list.
                    
242		List<Object> vipiski = new ArrayList<Object>();
                    
243		((VipiskaTableModel)getVipiskaTable().getModel()).setDataSourceFromVipiskaAL(vipiski);
                    
322		            	{
                    
323		    				List<Object> vipiski = factory.getVipiskaServiceSLSB().findByExample( new VipiskaBean(vipiska), dateFromForThread, dateToForThread, shouldFindAllForThread );
                    
324		    				
                    
367			
                    
368			List<Object> vipiski = new ArrayList<Object>();
                    
369			
                    
                
StandardRule.cs http://ironlua.googlecode.com/svn/trunk/ | C# | 543 lines
                    
40        internal Expression[] _parameters;          // the parameters which the rule is processing
                    
41        internal List<object> _templateData;        // the templated parameters for this rule 
                    
42        internal List<Function<bool>> _validators;  // the list of validates which indicate when the rule is no longer valid
                    
253
                    
254            if (_templateData == null) _templateData = new List<object>(1);
                    
255            Type genType = typeof(TemplatedValue<>).MakeGenericType(type);
                    
                
Scope.cs http://ironlua.googlecode.com/svn/trunk/ | C# | 985 lines
                    
198
                    
199        public IList<object> GetMemberNames(CodeContext context) {
                    
200            List<object> ret;
                    
201            if (!context.ModuleContext.ShowCls) {
                    
202                ret = new List<object>();
                    
203                foreach (KeyValuePair<object, object> kvp in GetAllItems(context.LanguageContext)) {
                    
212            } else {
                    
213                ret = new List<object>(GetAllKeys(context.LanguageContext));
                    
214            }
                    
                
SymbolDictionary.cs http://ironlua.googlecode.com/svn/trunk/ | C# | 488 lines
                    
107                // Instead, we need to copy the data to a List<object>
                    
108                List<object> res = new List<object>();
                    
109
                    
161                    // There any object-keys. We need to flatten out all the values
                    
162                    List<object> res = new List<object>();
                    
163
                    
                
CustomSymbolDictionary.cs http://ironlua.googlecode.com/svn/trunk/ | C# | 618 lines
                    
121            get {
                    
122                List<object> res = new List<object>();
                    
123                lock (this) if (_data != null) {
                    
180            get {
                    
181                List<object> res = new List<object>();
                    
182                lock (this) {
                    
342        public System.Collections.IEnumerator/*!*/ GetEnumerator() {
                    
343            List<object> l = new List<object>(this.Keys);
                    
344            for (int i = 0; i < l.Count; i++) {
                    
                
Tuple.cs http://ironlua.googlecode.com/svn/trunk/ | C# | 1775 lines
                    
127
                    
128            List<object> res = new List<object>();
                    
129
                    
181
                    
182        private static void GetTupleValues(Tuple tuple, List<object> args) {
                    
183            Type[] types = tuple.GetType().GetGenericArguments();
                    
                
AdminForumManager.java http://fishkang.googlecode.com/svn/trunk/ | Java | 810 lines
                    
106
                    
107			List<Object> list = forumDAO.find("select fid from Forums where forums.fid=? order by displayorder asc",
                    
108					correntfid);
                    
                
LSO.cs http://lsotool.googlecode.com/svn/trunk/ | C# | 370 lines
                    
45            public InstructionInfo Info = new InstructionInfo();
                    
46            public List<Object> Arguments = new List<Object>();
                    
47
                    
86                offset++;
                    
87                Arguments = new List<object>();
                    
88                int intvalue;
                    
                
OwlsItemProviderAdapterFactory.java http://owl-composer.googlecode.com/svn/trunk/ | Java | 755 lines
                    
60	 */
                    
61	protected Collection<Object> supportedTypes = new ArrayList<Object>();
                    
62
                    
                
MemoryQuery.cs http://yuicore.googlecode.com/svn/trunk/ | C# | 580 lines
                    
276        /// <returns></returns>
                    
277        public IArrayList<object> ToListResult(Field field)
                    
278        {
                    
288        /// <returns></returns>
                    
289        public IArrayList<object> ToListResult(Field field, int topSize)
                    
290        {
                    
301        /// <returns></returns>
                    
302        public IArrayList<object> ToListResult(Field field, int startIndex, int endIndex)
                    
303        {
                    
                
FromSection.cs http://yuicore.googlecode.com/svn/trunk/ | C# | 790 lines
                    
310        /// <returns></returns>
                    
311        public IArrayList<object> ToListResult(int startIndex, int endIndex)
                    
312        {
                    
320        /// <returns></returns>
                    
321        public IArrayList<object> ToListResult()
                    
322        {
                    
                
TableDataRetriever.java http://pride-toolsuite.googlecode.com/svn/ | Java | 639 lines
                    
40                                                  Comparable peptideId) throws DataAccessException {
                    
41        List<Object> content = new ArrayList<Object>();
                    
42
                    
243     */
                    
244    public static List<Object> getProteinTableRow(DataAccessController controller,
                    
245                                                  Comparable identId) throws DataAccessException {
                    
245                                                  Comparable identId) throws DataAccessException {
                    
246        List<Object> content = new ArrayList<Object>();
                    
247
                    
317     * @param refSampleIndex given reference sub sample index
                    
318     * @return List<Object>    a list of headers
                    
319     * @throws DataAccessException data access exception
                    
347    private static List<Object> getQuantTableHeaders(DataAccessController controller, int refSampleIndex, boolean isProteinIdent) throws DataAccessException {
                    
348        List<Object> headers = new ArrayList<Object>();
                    
349
                    
                
ProductServiceImpl.java http://yes-cart.googlecode.com/svn/ | Java | 528 lines
                    
265    @Cacheable(value = PROD_SERV_METHOD_CACHE)
                    
266    public List<Object> getDistinctAttributeValues(final long productTypeId, final String code) {
                    
267        return productDao.findQueryObjectByNamedQuery(
                    
                
GenericDAOHibernateImpl.java http://yes-cart.googlecode.com/svn/ | Java | 564 lines
                    
176    @SuppressWarnings("unchecked")
                    
177    public List<Object> findQueryObjectByNamedQuery(final String namedQueryName, final Object... parameters) {
                    
178        Query query = sessionFactory.getCurrentSession().getNamedQuery(namedQueryName);
                    
                
MongoWrapper.java http://macademia.googlecode.com/svn/trunk/ | Java | 1024 lines
                    
248        BasicDBList userInterests=(BasicDBList) user.get(INTERESTS);
                    
249        //interests.addAll((ArrayList<Long>)(ArrayList<Object>)userInterests);
                    
250        //interests.addAll(Arrays.asList((Long[]) userInterests.toArray()));
                    
                
AMQPConnectionActorTest.java git://pkgs.fedoraproject.org/mingw-qpid-cpp | Java | 133 lines
                    
68
                    
69        List<Object> logs = _rawLogger.getLogMessages();
                    
70
                    
99
                    
100        List<Object> logs = _rawLogger.getLogMessages();
                    
101
                    
                
SimpleProxyLookup.java git://pkgs.fedoraproject.org/netbeans-platform | Java | 372 lines
                    
96            // update
                    
97            ArrayList<Object> evAndListeners = new ArrayList<Object>();
                    
98            for (Iterator<Reference<ProxyResult<?>>> it = toCheck; it.hasNext(); ) {
                    
                
PostgresGenerator.cs git://github.com/schambers/fluentmigrator.git | C# | 321 lines
                    
179                var columnNames = new List<string>();
                    
180                var columnData = new List<object>();
                    
181                foreach (var item in row)
                    
299
                    
300        protected string GetDataList(List<object> data)
                    
301        {
                    
                
CursorTracker.cs git://pkgs.fedoraproject.org/docky | C# | 167 lines
                    
48		DateTime last_update;
                    
49		List<object> resolution_senders;
                    
50		uint timer;
                    
66			this.display = display;
                    
67			resolution_senders = new List<object> ();
                    
68			ResetTimer ();
                    
                
VectorDataNodeWriter.java git://github.com/bcdev/beam.git | Java | 143 lines
                    
105
                    
106                List<Object> attributes = simpleFeature.getAttributes();
                    
107                for (int i = 0; i < attributes.size(); i++) {
                    
                
URLParser.cs git://github.com/sones/sones.git | C# | 423 lines
                    
181        /// <returns>The methodInfo callback and the optional parameters</returns>
                    
182        public Tuple<UrlNode, List<Object>> GetCallback(String url, String webMethod = "GET")
                    
183        {
                    
205
                    
206            return GetCallback(_rootNodes[webMethod], urlParts, new List<Object>(), url, 0);
                    
207
                    
218        /// <returns></returns>
                    
219        private static Tuple<UrlNode, List<Object>> GetCallback(IDictionary<string, UrlNode> urlNodes, IEnumerable<String> urlParts, List<Object> parameters, String url, Int32 posInUrl)
                    
220        {
                    
251                    parameters.Add(url.Substring(posInUrl));
                    
252                    return new Tuple<UrlNode, List<object>>(curUrlNode, parameters);
                    
253                }
                    
287                // we have some more childs defined
                    
288                Tuple<UrlNode, List<object>> retval;
                    
289                var newParams = new List<Object>();
                    
                
DefaultOutcomeFeatureExtractor.java http://cleartk.googlecode.com/svn/trunk/ | Java | 178 lines
                    
102
                    
103  public List<Feature> extractFeatures(List<Object> previousOutcomes) {
                    
104    if (previousOutcomes == null || previousOutcomes.size() == 0) {
                    
                
ExportLdifRunnable.java https://bitbucket.org/mirror/apache-directory-studio.git | Java | 345 lines
                    
123    {
                    
124        List<Object> l = new ArrayList<Object>();
                    
125        l.add( browserConnection.getUrl() + "_" + DigestUtils.shaHex( exportLdifFilename ) ); //$NON-NLS-1$
                    
                
DataController.cs https://aftermathjs.svn.codeplex.com/svn | C# | 263 lines
                    
175
                    
176                    var customMethodParams = new List<object>(entityAction.Value);
                    
177                    customMethodParams.Insert(0, changeSetEntry.Entity);
                    
183
                    
184        private void InvokeAction(HttpActionDescriptor action, IList<object> parameters, ChangeSetEntry changeSetEntry) {
                    
185            try {
                    
                
ExtendedColorRegistry.java git://pkgs.fedoraproject.org/eclipse-emf | Java | 167 lines
                    
70    {
                    
71      Collection<Object> key = new ArrayList<Object>(2);
                    
72      key.add(foregroundColor);
                    
                
Connections.java http://jhmtasc.googlecode.com/svn/trunk/ | Java | 1114 lines
                    
129            final Connection c = (Connection) connection.asBlock().asCustom();
                    
130            final List<Object> elems = new ArrayList<Object>();
                    
131            Value list = elements;
                    
314            final Connection c = (Connection) connection.asBlock().asCustom();
                    
315            final List<Object> attrs = new ArrayList<Object>();
                    
316            Value list = attributes;
                    
                
FieldSet.cs https://code.google.com/p/protobuf-csharp-port/ | C# | 632 lines
                    
103            {
                    
104                IList<object> list = value as IList<object>;
                    
105                if (list != null && !list.IsReadOnly)
                    
116                {
                    
117                    IList<object> list = entry.Value as IList<object>;
                    
118                    tmp[entry.Key] = list == null ? entry.Value : Lists.AsReadOnly(list);
                    
219                    {
                    
220                        return new List<object>();
                    
221                    }
                    
232                {
                    
233                    List<object> list = value as List<object>;
                    
234                    if (list == null)
                    
240                    // the list's contents after setting it.
                    
241                    List<object> newList = new List<object>(list);
                    
242                    foreach (object element in newList)
                    
                
Reference.cs http://ppp-eym.googlecode.com/svn/trunk/ | C# | 476 lines
                    
33    [System.SerializableAttribute()]
                    
34    public class ObjectList : System.Collections.Generic.List<object> {
                    
35    }
                    
                
PersonalDBModel.cs http://ppp-eym.googlecode.com/svn/trunk/ | C# | 416 lines
                    
258    [CollectionDataContract(ItemName = "ObjectValue")]
                    
259    public class ObjectList : List<object> { }
                    
260    // The interface is implemented by the self tracking entities that EF will generate.
                    
                
FeatureVectorObj.java http://silkin.googlecode.com/svn/trunk/ | Java | 725 lines
                    
67    public float percentMultiGen = 0;				// element 2
                    
68    public ArrayList<Object> ivcList = new ArrayList<Object>();		// element 3 
                    
69    public ArrayList<Object> hcvcList = new ArrayList<Object>();    // element 4
                    
77
                    
78        ArrayList<Object> values = new ArrayList<Object>();
                    
79
                    
                
ContextEditor.java http://silkin.googlecode.com/svn/trunk/ | Java | 663 lines
                    
26    public JPanel populationBox = new JPanel();
                    
27    public ArrayList<Object> peopleList;
                    
28    public ArrayList<Family> famList;
                    
305		populationBox.removeAll();
                    
306		peopleList = new ArrayList<Object>();
                    
307		famList = new ArrayList<Family>();
                    
                
DyadTMap.java http://silkin.googlecode.com/svn/trunk/ | Java | 380 lines
                    
45        }
                    
46        ArrayList<Object> dyList = (ArrayList<Object>)termTM.get(item.pcString);
                    
47        if (nonDuplicate(item, dyList)) dyList.add(item);
                    
74        }
                    
75        ArrayList<Object> dyadList = (ArrayList<Object>)termTM.get(item.pcString);
                    
76        int ndx = findExistingDyad(dyadList, item);
                    
174        }
                    
175        ArrayList<Object> dyList = (ArrayList<Object>) termTM.get(dy.pcString);
                    
176        if (dyList == null) {
                    
278                result += "\t<kinType type=\"" + kinType + "\">\n";
                    
279                ArrayList<Object> dyList = (ArrayList<Object>) typEntry.getValue();
                    
280                for (int d = 0; d < dyList.size(); d++) {
                    
312                    String pcStr = (String) pcStrEntry.getKey();
                    
313                    ArrayList<Object> dyList = (ArrayList<Object>) pcStrEntry.getValue();
                    
314                    size = dyList.size();
                    
                
PersonEditor.java http://silkin.googlecode.com/svn/trunk/ | Java | 1411 lines
                    
25    public JTextArea notes, udpTextArea;
                    
26    public ArrayList<Object> newValList;
                    
27    public UserDefinedProperty udCopy;  //  always the currently-selected UDP for this person
                    
                
LiteralAbstract1.java http://silkin.googlecode.com/svn/trunk/ | Java | 1573 lines
                    
47	static ArrayList<Object> loadCanA() {
                    
48		ArrayList<Object> canA = new ArrayList<Object>();
                    
49		for (int i=0; i < cancellingPredsA.length; i++)
                    
61	static ArrayList<Object> loadOppoA() {
                    
62		ArrayList<Object> oppoA = new ArrayList<Object>();
                    
63		for (int i=0; i < oppositePredsA.length; i++)
                    
68	static ArrayList<Object> loadOppoB() {
                    
69		ArrayList<Object> oppoB = new ArrayList<Object>();
                    
70		for (int i=0; i < oppositePredsB.length; i++)
                    
75	static ArrayList<Object> loadGenPreds() {
                    
76		ArrayList<Object> gen = new ArrayList<Object>();
                    
77		for (int i=0; i < generalPreds.length; i++)
                    
240	
                    
241	public ArrayList<Object> lits2MiniStrings(ArrayList<Object> clauseSoFar)  throws KSInternalErrorException  {
                    
242		ArrayList<Object> miniLits = new ArrayList<Object>();
                    
                
LiteralAbstract2.java http://silkin.googlecode.com/svn/trunk/ | Java | 2150 lines
                    
30	*/
                    
31	public static ArrayList<Object> setDifference(ArrayList<Object> list1, ArrayList<Object> list2)  {
                    
32		if ((list2 == null) || (list2.isEmpty())) return list1;
                    
32		if ((list2 == null) || (list2.isEmpty())) return list1;
                    
33		ArrayList<Object> result = new ArrayList<Object>();
                    
34		Object obj;
                    
47
                    
48	boolean findOrCreate(ArrayList<Object> cbody, ArrayList<Object> starStuff, TreeMap bindings, TreeMap badBindings, ArrayList<Object> starBindings,
                    
49                            ConstraintObj constraints, String kinTerm, ClauseBody cb, ArrayList<Object> pcStr, Dyad dyad)
                    
80
                    
81    boolean findOrCreateBirthLink(String parSex, String kidSex, int parArg, ArrayList<Object> remLits, ArrayList<Object> starStuff, TreeMap bindings,
                    
82                TreeMap badBindings, ArrayList<Object> starBindings, ConstraintObj constraints, int kidFlag, int parFlag,
                    
172                    }  //  end of failFlag===true
                    
173		ArrayList<Object> badParents = (ArrayList<Object>)badBindings.get(parent.argName);
                    
174                if (badParents == null) badParents =  new ArrayList<Object>();
                    
                
DT_Abstract1.java http://silkin.googlecode.com/svn/trunk/ | Java | 866 lines
                    
67            } else {  //  leave old entry un-modified -- make new copy
                    
68                ArrayList<Object> list1 = new ArrayList<Object>((ArrayList<Object>) merg.get(exactStr)),
                    
69                        list2 = (ArrayList<Object>) entry.getValue();
                    
113    String filePath;        // pathname to the file which contains this domain theory.
                    
114    ArrayList<Object> nonTerms = new ArrayList<Object>();  // predicates that should not be printed.  Not really kinTerms.
                    
115    //  These flags (enclosed in square brackets) on any definition make it non-printing.
                    
115    //  These flags (enclosed in square brackets) on any definition make it non-printing.
                    
116    ArrayList<Object> nonTermFlags = new ArrayList<Object>();
                    
117    boolean partial = false;  // 'true' if this is a partial theory, an example
                    
127    TreeMap<String, ArrayList<Issue>> issuesForUser = new TreeMap<String, ArrayList<Issue>>();
                    
128    ArrayList<Object> nonSynonyms;
                    
129    //  NOTE:  structure of umbrellas is:  umbTerm -> list-of-subsumed-terms
                    
132    //		   structure of synonyms is:  synonym -> baseTerm
                    
133    //		   structure of overlaps is:  term => ArrayList<Object> of overlapping terms
                    
134    //		   structure of nonOverlaps is:  term => ArrayList<Object> of rejected terms	
                    
                
ClauseBody.java http://silkin.googlecode.com/svn/trunk/ | Java | 4664 lines
                    
69    public static ArrayList<Object> loadFemales() {
                    
70        ArrayList<Object> result = new ArrayList<Object>();
                    
71        for (int i = 0; i < arg0Gals.length; i++) {
                    
77    public static ArrayList<Object> loadExempt() {
                    
78        ArrayList<Object> result = new ArrayList<Object>();
                    
79        for (int i = 0; i < exempts.length; i++) {
                    
85    public static ArrayList<Object> loadYing() {
                    
86        ArrayList<Object> result = new ArrayList<Object>();
                    
87        for (int i = 0; i < yin.length; i++) {
                    
93    public static ArrayList<Object> loadYang() {
                    
94        ArrayList<Object> result = new ArrayList<Object>();
                    
95        for (int i = 0; i < yan.length; i++) {
                    
332            throws KSBadHornClauseException, KSInternalErrorException {
                    
333        ArrayList<Object> clauseSoFar = new ArrayList<Object>(), kinTermLst = new ArrayList<Object>(), recursLvlLst = new ArrayList<Object>(),
                    
334                save4Last = new ArrayList<Object>(), expPath = new ArrayList<Object>(),
                    
                
DomainTheory.java http://silkin.googlecode.com/svn/trunk/ | Java | 4279 lines
                    
137        String subTerm = (String) entry.getKey();
                    
138        ArrayList<Object> supportLists = (ArrayList<Object>) entry.getValue(),
                    
139                subTermStr = (ArrayList<Object>) supportLists.get(0),
                    
150        }
                    
151        ArrayList<Object> baddies = (ArrayList<Object>) nonUmbrellas.get(cand.kinTerm);
                    
152        baddies.add(subTerm);
                    
153        //  Now we need to convert this UmbrellaCandidate to a SynonymCandidate
                    
154        ArrayList<Object> qns = new ArrayList<Object>(), ktermDyads = new ArrayList<Object>();
                    
155        int order = cand.kinTerm.compareTo(subTerm);
                    
261        if (overlaps != null && overlaps.get(kinTerm) != null) {  //  there are overlapping terms
                    
262            ArrayList<Object> oLapList = (ArrayList<Object>) overlaps.get(kinTerm);
                    
263            for (int i = 0; i < oLapList.size(); i++) {
                    
295                ClauseBody cb = (ClauseBody) cbIter.next();
                    
296                ArrayList<Object> dyads = (ArrayList<Object>) unDefTM.get(cb.pcString);
                    
297                if (dyads != null) {
                    
                
KinTermMatrix.java http://silkin.googlecode.com/svn/trunk/ | Java | 912 lines
                    
69        Node nod = (Node)egoRow.get(alter);
                    
70        ArrayList<Object> lst = (adr ? nod.kinTermsAddr : nod.kinTermsAddr);
                    
71        lst.remove(kinTerm);
                    
76        Node nod = (Node)egoRow.get(alter);
                    
77        ArrayList<Object> lst = (adr ? nod.kinTermsAddr : nod.kinTermsRef);
                    
78        lst.remove(oldTerm);
                    
220//        Map.Entry termEntry, egoEntry;
                    
221//        ArrayList<Object> altLst;
                    
222//        Integer ego, alter;
                    
229//                image += "     " + egoEntry.getKey() + "    (";
                    
230//                altLst = (ArrayList<Object>) egoEntry.getValue();
                    
231//                for (int i = 0; i < altLst.numberOfKinTerms(); i++) {
                    
248        Map.Entry termEntry, egoEntry;
                    
249        ArrayList<Object> altLst;
                    
250        Integer ego, alter;
                    
                
DT_Abstract2.java http://silkin.googlecode.com/svn/trunk/ | Java | 1049 lines
                    
22	public static ArrayList<Object> loadNeuters()  {
                    
23		ArrayList<Object> lst = new ArrayList<Object>();
                    
24		lst.add("parent");  lst.add("child");  
                    
29	public static ArrayList<Object> loadMales()  {
                    
30		ArrayList<Object> lst = new ArrayList<Object>();
                    
31		lst.add("father");  lst.add("son");  
                    
55	public static ArrayList<Object> loadKTSymbols()  {
                    
56		ArrayList<Object> lst = new ArrayList<Object>();
                    
57		lst.add("So");  lst.add("Da");  lst.add("Stso");  lst.add("Stda");  lst.add("C"); 
                    
80	public static ArrayList<Object> loadPluralKTSymbols()  {
                    
81		ArrayList<Object> lst = new ArrayList<Object>(),
                    
82				  symbols = new ArrayList<Object>();
                    
236        // hcvc = a list of Head Clause Variable Constraints.  ivc = Internal Variable Constraints
                    
237        ArrayList<Object> hcvc = new ArrayList<Object>(), ivc = new ArrayList<Object>();
                    
238        TreeSet exactSet = new TreeSet(), structSet = new TreeSet();
                    
                
Literal.java http://silkin.googlecode.com/svn/trunk/ | Java | 1128 lines
                    
107
                    
108	void fillInNames(String kinTerm, ArrayList<Object> remLits, ArrayList<Object> starStuff, ClauseBody cb, TreeMap bindings,
                    
109                ConstraintObj constraints)
                    
164
                    
165	void findAllSpice(String kinTerm, ArrayList<Object> remLits, ArrayList<Object> starStuff, ClauseBody cb, TreeMap bindings, boolean divReq, ConstraintObj constraints) 
                    
166		throws KSBadHornClauseException, KSNoChainOfRelations2Alter, KSInternalErrorException,  
                    
222                            TreeMap bindingsCopy = new TreeMap(bindings);
                    
223                            ArrayList<Object> remLitsCopy = new ArrayList<Object>(remLits), starStuffCopy = new ArrayList<Object>(starStuff);
                    
224                            Literal nextLit = null;
                    
236
                    
237    void findAllBirthLinks(int kidArgNmbr, String kinTerm, ArrayList<Object> remLits, ArrayList<Object> starStuff, ClauseBody cb, TreeMap bindings, 
                    
238                            ConstraintObj constraints) 
                    
260            ArrayList<Object> kidUnEqList = makeUnEqList(kidArg.argName, constraints, bindings);
                    
261            ArrayList<Object> kidAgeSpecList = (ArrayList<Object>)constraints.age.get(kidArg.argName);
                    
262            if (kidAgeSpecList == null) kidAgeSpecList = new ArrayList<Object>();
                    
                
Family.java http://silkin.googlecode.com/svn/trunk/ | Java | 830 lines
                    
23    /** <code>children</code> is an ArrayList<Object> of Individuals born to this Family.	*/
                    
24    public ArrayList<Object> children = new ArrayList<Object>();
                    
25    /** <code>dataChangeDate</code> is the last date that any field was changed for this person.	*/
                    
204    /**
                    
205    Return an ArrayList<Object> containing everything in <code>list</code> except <code>element</code>.
                    
206     */
                    
206     */
                    
207    public static ArrayList<Object> listMinus(ArrayList<Object> list, Object element) {
                    
208        //
                    
208        //
                    
209        ArrayList<Object> newList = new ArrayList<Object>(list);
                    
210        int where = newList.indexOf(element);
                    
                
Individual.java http://silkin.googlecode.com/svn/trunk/ | Java | 1828 lines
                    
20    
                    
21    ArrayList<Object> nameHistory = new ArrayList<Object>();
                    
22    boolean deleted = false;
                    
39    /**  A list of all Families created by former & current marriages (& child births). */
                    
40    public ArrayList<Object> marriages = new ArrayList<Object>();  
                    
41	
                    
46		 by some shared UDP (*-property).  */
                    
47    public ArrayList<Object> starLinks;
                    
48
                    
353    Individual(String name, String sex, Family ofOrigin, String birthdate, String argName, Individual spouseInd,
                    
354            TreeMap bindings, ArrayList<Object> starBindings, ConstraintObj constraints, Variable vari, BoolFlag failFlag, ClauseBody cb)
                    
355            throws KSConstraintInconsistency, KSBadHornClauseException, ClassNotFoundException, KSInternalErrorException {
                    
384        if (gender.equals("?")) { // neuter
                    
385            ArrayList<Object> genderList = lit.resolveOppo(bindings, constraints, vari);
                    
386            if (genderList == null) {
                    
                
Node.java http://silkin.googlecode.com/svn/trunk/ | Java | 568 lines
                    
13    private int treelevel;
                    
14    public ArrayList<Object> miniPreds = new ArrayList<Object>();
                    
15    public ArrayList<Object> kinTermsRef = new ArrayList<Object>(),
                    
16                            extKinTermsRef = new ArrayList<Object>(),
                    
17                            kinTermsAddr = new ArrayList<Object>(),
                    
18                            extKinTermsAddr = new ArrayList<Object>();
                    
43    
                    
44    public ArrayList<Object>  makeMiniPreds(Dyad dy, Context ctxt) 
                    
45            throws KSInternalErrorException {
                    
45            throws KSInternalErrorException {
                    
46        ArrayList<Object> minis = new ArrayList<Object> ();
                    
47        ArrayList<Individual> path = new ArrayList<Individual>();
                    
294            if (type.equals("primary")) {
                    
295                kinTermsRef = new ArrayList<Object>(terms);
                    
296            } else if (type.equals("extended")) {
                    
                
MainPane.java http://silkin.googlecode.com/svn/trunk/ | Java | 2329 lines
                    
26    public static KSJInternalFrame activity;  //  single activity log for all windows
                    
27    static ArrayList<Object> openBrowsers = new ArrayList<Object>(), openPersonEditors = new ArrayList<Object>(),
                    
28            openFamilyEditors = new ArrayList<Object>();
                    
60            } else if (value instanceof ArrayList) {
                    
61                newValue = new ArrayList<Object>((ArrayList<Object>) value);
                    
62            } else {
                    
                
ComposedDef.java http://silkin.googlecode.com/svn/trunk/ | Java | 368 lines
                    
19
                    
20        public ComposedDef(String localKinTerm, ArrayList<Object> questns, ArrayList<Object> octuple) {
                    
21            kinTerm = localKinTerm;
                    
48                String kType = (String) extraKTs.get(i);
                    
49                ArrayList<Object> dyads = (ArrayList<Object>) pos.get(kType);
                    
50                if (dyads != null) {
                    
201                ClauseBody expCB = (ClauseBody) subRealDef.expandedDefs.get(i);
                    
202                ArrayList<Object> negs = (ArrayList<Object>) neg.get(expCB.pcString);
                    
203                if (negs != null) {
                    
220                Learned_DT lrnDT, DomainTheory sourceDT, String roundLearned) {
                    
221            ArrayList<Object> oddBalls = new ArrayList<Object>(negsCovered);
                    
222            oddBalls.addAll(posUncovered);
                    
226                String kType = (String) coveredKinTypes.get(i);
                    
227                ArrayList<Object> negDys = (ArrayList<Object>) neg.get(kType);
                    
228                if (negDys != null && negDys.size() < limit + 4) {
                    
                
KinTermDef.java http://silkin.googlecode.com/svn/trunk/ | Java | 1274 lines
                    
9    Gloss gloss;
                    
10    ArrayList<Object> definitions, // an ArrayList<Object> of ClauseBodies
                    
11            expandedDefs, // an ArrayList<Object> of ClauseBodies containing only primitive predicates
                    
74		definitions = new ArrayList<Object>();
                    
75		expandedDefs = new ArrayList<Object>();
                    
76		flags = new ArrayList<Object>();
                    
108		definitions = new ArrayList<Object>();
                    
109		expandedDefs = new ArrayList<Object>();
                    
110		flags = makeFlags();
                    
116		clauseHead = head;
                    
117		definitions = new ArrayList<Object>();
                    
118		definitions.add(clause);
                    
222		//  Un-concatenate them into an ArrayList<Object>
                    
223		ArrayList<Object> decoded = new ArrayList<Object>();
                    
224		if (sigString == null) return decoded;
                    
                
Learned_DT.java http://silkin.googlecode.com/svn/trunk/ | Java | 1062 lines
                    
17            tempFlag = false;
                    
18    TreeMap learningHistory = new TreeMap(), //  (Integer)RoundNmbr => (Integer) SubRnd => ArrayList<Object> of things_learned (also ALists)
                    
19            rejectedDefs = new TreeMap(), //  (String)kinTerm => list of DT.ProposedDef's
                    
74                        if (rejectedDefs.get(kinTerm) == null) {
                    
75                            rejectedDefs.put(kinTerm, new ArrayList<Object>());
                    
76                        }
                    
76                        }
                    
77                        ((ArrayList<Object>)rejectedDefs.get(kinTerm)).add(propDef);
                    
78                    }  //  end of we-got-a-hit
                    
110        }
                    
111        ArrayList<Object> solution = new ArrayList<Object>(),
                    
112                pos2Cover = harvestLeaves(pos),
                    
184        Library.KTD_Ptr.clearCacheDTs();
                    
185        ArrayList<Object> solidCBMatches = new ArrayList<Object>(), potFalseNeg = new ArrayList<Object>(), potFalsePos = new ArrayList<Object>(),
                    
186                solidKTMatches = new ArrayList<Object>(), anomalies = new ArrayList<Object>(), noisyKTMatches = new ArrayList<Object>();
                    
                
UDPEditor.java http://silkin.googlecode.com/svn/trunk/ | Java | 1012 lines
                    
23		public String newStarName, newType; //  new values entered into this editor.
                    
24		public ArrayList<Object> newValidEntries;   //  After validation, they'll be stored on theUDP.
                    
25		Number newMinVal, newMaxVal;
                    
                
Parser.java http://silkin.googlecode.com/svn/trunk/ | Java | 1984 lines
                    
19    public static String errorFound = "";
                    
20    public static ArrayList<Object> cachedStdMacros;
                    
21    TokenScanned current;
                    
                
Context.java http://silkin.googlecode.com/svn/trunk/ | Java | 2127 lines
                    
34    public String languageName;
                    
35    ArrayList<Object> selectedKinTerms;
                    
36    /**	List of all persons in this culture, in serialNmbr order (beginning with 0).	*/
                    
39    public ArrayList<Family> familyCensus = new ArrayList<Family>();
                    
40    ArrayList<Object> bagOfEgos = new ArrayList<Object>();
                    
41    private DomainTheory domTheoryRef, domTheoryAdr;
                    
329        if (kinTypeTree != null && kinTypeTree.containsKey(kinType)) {
                    
330            ArrayList<Object> dyads = (ArrayList<Object>) kinTypeTree.get(kinType);
                    
331            Iterator dyIter = dyads.iterator();
                    
348
                    
349    public ArrayList<Object> getPair() throws KSInternalErrorException {
                    
350        //  return 1 male and 1 female person from IndividualCensus
                    
350        //  return 1 male and 1 female person from IndividualCensus
                    
351        ArrayList<Object> pair = new ArrayList<Object>();
                    
352        Individual first = individualCensus.get(0), second;
                    
                
JSONArray.java http://caffeine-hx.googlecode.com/svn/trunk/ | Java | 891 lines
                    
90     */
                    
91    private ArrayList<Object> myArrayList;
                    
92
                    
97    public JSONArray() {
                    
98        this.myArrayList = new ArrayList<Object>();
                    
99    }
                    
158        this.myArrayList = (collection == null) ?
                    
159            new ArrayList<Object>() :
                    
160            new ArrayList<Object>(collection);
                    
                
 

Source

Language