Skip to content

jocile/example

Repository files navigation

Java development examples

Linked list - data structure

  • Element Last in First out stack
  • Element First in First out queue
  • FiFo queue with generics objects
  • Linked list with dynamically allocated nodes
  • Linked list with doubly linked nodes

Collection Implementations

  • Comparable
  • Hash map
  • List
  • Optional
  • Queue
  • Set
  • Stream
  • Tree map

Data input and output

  • Characters stream
  • Data to file (read and write)
  • Object to file (read and write)

References

Releases

No releases published

Packages

No packages published

Languages