Add readme info for Java container wrappers

This commit is contained in:
William S Fulton 2017-07-18 07:17:03 +01:00
commit 06c275935b
3 changed files with 18 additions and 0 deletions

View file

@ -1,5 +1,10 @@
/* -----------------------------------------------------------------------------
* std_vector.i
*
* SWIG typemaps for std::vector.
* The Java proxy class extends java.util.AbstractList and implements
* java.util.RandomAccess. The std::vector container looks and feels much like a
* java.util.ArrayList from Java.
* ----------------------------------------------------------------------------- */
%include <std_common.i>