Oracle® Spatial and Graph Java API Reference
Release 19.1, E94803-01
- java.lang.Object
-
- oracle.spatial.network.nfe.util.CollectionUtils
-
-
Method Summary
All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static <T> T |
pickElement(java.util.Collection<T> elements,
int position)
Returns a single element from a collection using the specified position.
|
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CollectionUtils
public CollectionUtils()
-
Method Detail
-
pickElement
public static <T> T pickElement(java.util.Collection<T> elements,
int position)
Returns a single element from a collection using the specified position.
- Parameters:
elements
- collection elements
position
- specified position
- Returns:
- element in the specified position
Oracle® Spatial and Graph Java API Reference
Release 19.1, E94803-01
Copyright © 2007, 2019, Oracle and/or its affiliates. All Rights Reserved.