You can create a boolean variable like a activeCamera in the camera class
boolean activecamera= false;
then iterate through a for loop to check for the active camera and then change values of the current one to false and then the next one to true.