Website Home
HOME
Index
Collection How to
Collection How to
Array
Comparable
Comparator
Enum Map Set
Iterator
List
Map
Properties
Queue
Set
Java Collection How to - Java List Example
« Previous
Next »
Java Add element to the end of a List/in the middle of a List
Java Add or insert an element to List using ListIterator
Java Add to synchronized List by many threads
Java Append all elements of other Collection to ArrayList
Java Benchmark LinkedList vs ArrayList in the case of insertion in the middle of list
Java Bidirectional Traversal with ListIterator
Java Check Capacity
Java Check value frequency with Collections.frequency
Java Compare equality of Lists of String arrays
Java Compare for Equality
Java Copy value from one list to another list
Java Create an unmodifiable map
Java Create a new list with values from fields from existing list with Function Mapper
Java Create a new list with values from fields from existing list with Lambda
Java Create a read-only list, via the unmodifiableList() method of the Collections class
Java Create List to store only unique values
Java Create Priority Queue to ignore duplicates
Java Fetch Elements with iterator
Java Find duplicate entries in Collection
Java Get an Element from a List, get a sublist
Java Get Previous and next index using ListIterator
Java Insert all elements of other Collection to Specified Index of ArrayList
Java Merge two items from a List into one
Java Modify a member of an object from ArrayList
Java Put Comma separated values in Collecton Map Object
Java Retain Another Collection
Java Shuffle a list
Java Store value without considering case of String key in a Set
Java Test if a List is Unmodifable List
Java Unload a classloader with garbage collected
Java Use different ways to iterate over a List
Search
Java Binary Search element in a list
Java Find keys from both the Linked HashMap and store it in a list alternatively
Java Find Range in which value lies
Java Search element for Position
Java Search if an item or a sublist is in a List
Java Search List
Convert
Java Convert Array to List
Java Convert a List to a Set
Java Convert list into an array
Java Convert List to Read-Only List
Java Convert Set into List
Fill
Java Fill n Copies of Specified Object to a List
Java Fill save value to a list
Sort
Java Insert into Sorted LinkedList
Java Merge duplicates and sort with TreeSet
Java Sorting by values in HashMap class using Java
Java Sort an Arraylist in ascending order using using Collections and comparator
Java Sort ArrayList of custom Objects by property
Java Sort a list
Java Sort a list based on 2 object attributes
Java Sort a list of IP address
Java Sort a List of objects by multiple fields
Java Sort a pair of string using collection
Java Sort List on object fields enum constant values
Java Sort string data as date value from List object
Java Sort String list in case insensitive order
Remove
Java Remove Another Collection
Java Remove an element from List using ListIterator
Java Remove a Single Element
Java Remove Duplicates(Old Objects) from List
Java Remove duplicate items from a List
Java Remove elements from list with out using remove method
Java Remove item from collection without using remove method
Java Set Operating on Lists: addAll, removeAll, retainAll, subList
Replace
Java Replace an element from List using ListIterator
Java Replace Elements in a List
Reverse
Java Reverse an unmodifiable List
Java Reverse a List
Rotate
Java Rotate a List
Next »
« Previous