Skip to content

MarioIshac/ArrayViews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

##Array Views

A "view" here refers to a read-only wrapper class that provides access to certain elements in an array given an index.

Types of Views

0+ partitions of an array (PartionedArrayView)

1 partition of an array (ContiguousArrayView)

0+ elements of an array (SeparatedArrayView)

Elements that satisfy a predicate (FilteredArrayView)

About

Numeous array views for arrays in Java..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages