search
HomeJavaJavaBaseWhat are the main data structures in java

What are the main data structures in java

May 16, 2020 am 10:38 AM
javadata structure

What are the main data structures in java

java data structure:

Enumeration (Enumeration)

Enumeration (Enumeration) interface although it It is not a data structure per se, but it is widely used in other data structures. The Enumeration interface defines a way to retrieve consecutive elements from a data structure.

Bit Set (BitSet)

The Bit Set class implements a set of bits or flags that can be set and cleared individually.

This class is very useful when dealing with a set of Boolean values. You only need to assign a "bit" to each value, and then set or clear the bit appropriately to operate on the Boolean value. .

(Video tutorial recommendation: java video)

Vector (Vector)

Vector (Vector) class and traditional array Very similar, but the size of the Vector can be dynamically changed as needed. Like arrays, elements of Vector objects can also be accessed by index.

The main benefit of using the Vector class is that you do not have to specify the size of the object when creating the object. Its size will change dynamically as needed.

Stack

Stack implements a last-in-first-out (LIFO) data structure.

You can think of a stack as a vertically distributed stack of objects. When you add a new element, place the new element on top of other elements. When you take an element from the stack, you take an element from the top of the stack. In other words, the last element pushed onto the stack is the first to be taken out.

Dictionary (Dictionary)

The Dictionary (Dictionary) class is an abstract class that defines a data structure that maps keys to values.

Dictionary should be used when you want to access data by specific keys instead of integer indexes.

Since the Dictionary class is an abstract class, it only provides a data structure that maps keys to values, without providing a specific implementation.

Hashtable

The Hashtable class provides a means to organize data based on a user-defined key structure.

For example, in a hash table of an address list, you could store and sort the data based on zip code as the key, rather than by person name.

The specific meaning of a hash table key depends entirely on the usage scenario of the hash table and the data it contains.

Properties

Properties inherits from Hashtable.Properties class represents a persistent property set. Each key and its corresponding value in the property list is a String.

Properties class is used by many Java classes. For example, when obtaining environment variables, it is used as the return value of the System.getProperties() method.

Recommended tutorial: Getting started with java development

The above is the detailed content of What are the main data structures in java. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment