Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
jvx:common:util:classes [2019/08/26 09:37]
admin
jvx:common:util:classes [2020/06/15 14:41]
cduncan [Working with Arrays]
Line 24: Line 24:
  
 More Details about [[jvx:​common:​util:​xml|XML Handling]]. More Details about [[jvx:​common:​util:​xml|XML Handling]].
-==== Working ​with Arrays ====+==== Working ​With Arrays ====
  
-Array operations are always tedious coding work, and every developer could easily do without it. Removing a single element from an array is not rocket sciencebut there is no standard function available for this task. And who would not like to search an array for an element without coding a loop? +Array operations are always tedious coding work, and every developer could easily do without it. Removing a single element from an array is not rocket science but there is no standard function available for this task. And who would not like to search an array for an element without coding a loop? 
  
 With ArrayUtil significant array operations were implemented,​ which also fully include the list interface. We gain performance compared to standard lists as an added benefit. With ArrayUtil significant array operations were implemented,​ which also fully include the list interface. We gain performance compared to standard lists as an added benefit.
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information