Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Latest commit

 

History

History
37 lines (22 loc) · 886 Bytes

README.ok.md

File metadata and controls

37 lines (22 loc) · 886 Bytes

Wandu Collection

Latest Stable Version Latest Unstable Version Total Downloads License

Collection Library Like Java. Provides List, Map, and Set.

Installation

composer require wandu/collection

Usage

List

there is one list.

  • Wandu\Collection\ArrayList

Interface

@code("Contracts/ListInterface.php")

Map

there is one map.

  • Wandu\Collection\ArrayMap

Interface

@code("Contracts/MapInterface.php")